Skip to content

Commit

Permalink
Merge pull request #498 from DavidResende0/add-helper-text-to-token-f…
Browse files Browse the repository at this point in the history
…ield

Added Helper Text To the Token Field
  • Loading branch information
agrare committed Jul 26, 2023
2 parents 1f74bb8 + 5d26725 commit 6f5fb86
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ def self.params_for_create
:id => "authentications.bearer.auth_key",
:name => "authentications.bearer.auth_key",
:label => "Token",
:helperText => _('Note: If enabled, the Default, Metrics, and Alert Endpoints must be revalidated when adding or changing the token'),
:type => "password",
:isRequired => true,
:validate => [{:type => "required"}],
Expand Down

0 comments on commit 6f5fb86

Please sign in to comment.