box_input -> box_password

beta
Philippe Pittoli 2024-02-24 02:30:12 +01:00
parent 648fca9352
commit 33a8d451ba
1 changed files with 2 additions and 2 deletions

View File

@ -229,11 +229,11 @@ render { wsUp, authenticationForm, passwordRecoveryForm, newPasswordForm, errors
(HandleNewPassword <<< NEWPASS_INP_token)
newPasswordForm.token
should_be_disabled
, Bulma.box_input "passwordNEWPASS" "Password" "password"
, Bulma.box_password "passwordNEWPASS" "Password" "password"
(HandleNewPassword <<< NEWPASS_INP_password)
newPasswordForm.password
should_be_disabled
, Bulma.box_input "confirmationNEWPASS" "Confirmation" "confirmation"
, Bulma.box_password "confirmationNEWPASS" "Confirmation" "confirmation"
(HandleNewPassword <<< NEWPASS_INP_confirmation)
newPasswordForm.confirmation
should_be_disabled