diff --git a/src/App/AuthenticationInterface.purs b/src/App/AuthenticationInterface.purs index c50dcae..e4effa4 100644 --- a/src/App/AuthenticationInterface.purs +++ b/src/App/AuthenticationInterface.purs @@ -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