You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user, I can log in to my account using my password and email. 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 provide a correct password. It can prevent users from sending incorrect passwords to the server unintentionally as they can make mistake entering 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.
Category
Suggestion
Description
As a user, I can log in to my account using my password and email. 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 provide a correct password. It can prevent users from sending incorrect passwords to the server unintentionally as they can make mistake entering 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
Steps to reproduce:

1- Go to https://leetcode-journal.vercel.app/auth/signin
Hide/Unhide button example: I found the example on https://www.codingnepalweb.com/show-hide-password-html-css-javascript/
Impact Level
Low
Contribution Guidelines
The text was updated successfully, but these errors were encountered: