Description
Category
Suggestion
Description
As a user, I can sign up to create an account. A Hide/Unhide button can be added to the password field. As a result, the users can press the button to unhide their entered password to ensure that they enter the password they want to set for their account. It can prevent users from making mistakes in setting their password.
Expected result:
Password is hidden by default and the button is in unhide state. When the user clicks on unhide button, the password should be unhidden and the button should be changed to hide state. In this situation, when user clicks on hide button, the password should be hidden and the button should be changed to unhide state.
Additional Context
1- Go to https://leetcode-journal.vercel.app/auth/register
Hide/Unhide button example: I found the example on https://www.codingnepalweb.com/show-hide-password-html-css-javascript/
Impact Level
Low
Contribution Guidelines
- I have searched existing issues to avoid duplicatesI would like to help resolve this issue
Activity
github-actions commentedon Jan 10, 2025
👋 Hello @mohsenkhosroanjam!
Thank you for raising an issue in the Leetcode Journal project!
Your issue has been logged, and the team will review it shortly.
Issue Handling Checklist:
Notifications:
We'll get back to you soon. Stay tuned! 🚀
yashksaini-coder commentedon Jan 10, 2025
@mohsenkhosroanjam I see you have many issues are you planning to do all of them
parthratra11 commentedon Jan 10, 2025
@yashksaini-coder i can add that, kindly assign it to me.
momo-shogun commentedon Jan 11, 2025
I can fix this issue please assign this to me
yashksaini-coder commentedon Jan 11, 2025
You commented first so assigning it to you @parthratra11
parthratra11 commentedon Jan 11, 2025
@yashksaini-coder added this feature and have raised a PR
It might have some conflict in the readme file, rest of the codebase is fine
Kindly look into it.
[-][GENERAL] Add Hide/Unhide password button in sign up page[/-][+][GENERAL] Add Hide/Unhide password button[/+]yashksaini-coder commentedon Jan 13, 2025
Already implemented