From 33a8d451ba2991498cc7d20c21ff27b2eeaa2024 Mon Sep 17 00:00:00 2001 From: Philippe Pittoli Date: Sat, 24 Feb 2024 02:30:12 +0100 Subject: [PATCH] box_input -> box_password --- src/App/AuthenticationInterface.purs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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