Skip to content

Commit

Permalink
Put back constant for passwordHelper.js
Browse files Browse the repository at this point in the history
getConstant('VALIDATION_MESSAGE_PASSWORDS_MATCH') still exists in passwordhelper.js

Was previously removed here: portagenetwork@33a6058
  • Loading branch information
aaronskiba committed Jan 15, 2024
1 parent 4162b2d commit 18533b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@
MAX_NUMBER_GUIDANCE_SELECTIONS: 6,

REQUIRED_FIELD_TEXT: _('This field is required.'),
VALIDATION_MESSAGE_PASSWORDS_MATCH: _('The passwords must match.'),

SHOW_PASSWORD_MESSAGE: _('Show password'),
SHOW_SELECT_ORG_MESSAGE: _('Select an organisation from the list.'),
Expand Down

0 comments on commit 18533b7

Please # to comment.