Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix-#427: Toggle show password feature added in sign-up page #437

Conversation

kunalArya1
Copy link

Summary

This PR adds the functionality to toggle the visibility of the password input field in the sign-up page using a show/hide eye icon.

Description

Previously, the sign-up page did not have an option to show or hide the password, which could lead to user frustration when entering long or complex passwords. This PR introduces an eye icon next to the password input field, allowing users to toggle the visibility of their password. This enhances the user experience by providing a convenient way to review the entered password before submission.

Technical Details:

  • Added a state variable to manage the visibility of the password.
  • Included an eye icon button that toggles the password visibility.
  • Updated the password input field to change its type between 'password' and 'text' based on the visibility state.

Images

Before

Screenshot 2024-06-27 193344

After

Screenshot 2024-06-27 193418

Issue(s) Addressed

Closes #427

Prerequisites

Copy link

vercel bot commented Jun 27, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
wanderlust ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 27, 2024 2:34pm
wanderlust-backend ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 27, 2024 2:34pm

Copy link

Hey @kunalArya1! Thanks for sticking to the guidelines! High five! 🙌🏻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Login Page
1 participant