Change Password: inputs are now password inputs.

beta
Philippe Pittoli 2024-03-23 19:15:27 +01:00
parent 9ffeebabaa
commit a5c7d13450
1 changed files with 2 additions and 2 deletions

View File

@ -97,11 +97,11 @@ render { modal, wsUp, newPasswordForm } =
render_delete_account = Bulma.alert_btn "Delete my account" DeleteAccountPopup
render_new_password_form = HH.form
[ HE.onSubmit ChangePasswordAttempt ]
[ Bulma.box_input "passwordNEWPASS" "Password" "password"
[ Bulma.box_password "passwordNEWPASS" "New 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