Skip to content

Commit aa979aa

Browse files
authored
fixes
1 parent 8398d63 commit aa979aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/modules/User/components/SignupForm.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,9 @@ function SignupForm() {
145145
<button
146146
className="form__eye__icon"
147147
type="button"
148-
onClick={handleVisibility}
148+
onClick={handleConfirmVisibility}
149149
>
150-
{showPassword ? (
150+
{showConfirmPassword ? (
151151
<AiOutlineEyeInvisible />
152152
) : (
153153
<AiOutlineEye />

0 commit comments

Comments
 (0)