Skip to content

Commit

Permalink
Added Helper Text To the Token Field
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidResende0 committed Jul 26, 2023
1 parent 1371d53 commit 5d26725
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 5d26725

Please sign in to comment.