Change Password: inputs are now password inputs.
This commit is contained in:
parent
9ffeebabaa
commit
a5c7d13450
@ -97,11 +97,11 @@ render { modal, wsUp, newPasswordForm } =
|
|||||||
render_delete_account = Bulma.alert_btn "Delete my account" DeleteAccountPopup
|
render_delete_account = Bulma.alert_btn "Delete my account" DeleteAccountPopup
|
||||||
render_new_password_form = HH.form
|
render_new_password_form = HH.form
|
||||||
[ HE.onSubmit ChangePasswordAttempt ]
|
[ HE.onSubmit ChangePasswordAttempt ]
|
||||||
[ Bulma.box_input "passwordNEWPASS" "Password" "password"
|
[ Bulma.box_password "passwordNEWPASS" "New Password" "password"
|
||||||
(HandleNewPassword <<< NEWPASS_INP_password)
|
(HandleNewPassword <<< NEWPASS_INP_password)
|
||||||
newPasswordForm.password
|
newPasswordForm.password
|
||||||
should_be_disabled
|
should_be_disabled
|
||||||
, Bulma.box_input "confirmationNEWPASS" "Confirmation" "confirmation"
|
, Bulma.box_password "confirmationNEWPASS" "Confirmation" "confirmation"
|
||||||
(HandleNewPassword <<< NEWPASS_INP_confirmation)
|
(HandleNewPassword <<< NEWPASS_INP_confirmation)
|
||||||
newPasswordForm.confirmation
|
newPasswordForm.confirmation
|
||||||
should_be_disabled
|
should_be_disabled
|
||||||
|
Loading…
Reference in New Issue
Block a user