Skip to content

Commit

Permalink
Merge pull request #364 from Kiran-pande-30/main
Browse files Browse the repository at this point in the history
eyeicon-setting-fixed
  • Loading branch information
hustlerZzZ authored Jun 24, 2024
2 parents 5a0a756 + 9fa3d11 commit e775e7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/Signup.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -187,11 +187,13 @@ function Signup() {
value={formData.password}
onChange={PasswordChecker}
/>

<span
className="absolute right-3 top-3 cursor-pointer"
onClick={() => setShowPassword((prev) => !prev)}
>
{showPassword ? <AiOutlineEyeInvisible size={20} /> : <AiOutlineEye size={20} />}

</span>
</div>

Expand Down

0 comments on commit e775e7d

Please sign in to comment.