diff --git a/frontend/src/components/register/Register.jsx b/frontend/src/components/register/Register.jsx index 3ad6632..648d0cb 100644 --- a/frontend/src/components/register/Register.jsx +++ b/frontend/src/components/register/Register.jsx @@ -195,7 +195,7 @@ function Register() { const [submitting, setSubmitting] = useState(false); const [verifying, setVerifying] = useState(false); const [showPassword, setShowPassword] = useState(false); - + const [showConfirmPassword, setShowConfirmPassword] = useState(false); const months = [ "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December", @@ -453,18 +453,32 @@ function Register() {