What is the Feature/Idea?
Is your feature request related to a problem/idea? Please describe.
While registering or logging in, users cannot see the password they are typing. This can lead to errors if they mistype their password, as there is no way to verify what they have entered.
Describe the solution you'd like
A simple eye icon should be added to the password field, allowing users to toggle password visibility. When clicked, it should reveal or hide the password as needed.
Describe alternatives you've considered
Providing an option to show the password in plain text by holding a button.
Displaying the password briefly when the user finishes typing.
Additional context
This feature is common in modern authentication systems and improves user experience by reducing login errors. A simple implementation using JavaScript can enhance usability.

Select which event you're participating from
Code of Conduct
What is the Feature/Idea?
Is your feature request related to a problem/idea? Please describe.
While registering or logging in, users cannot see the password they are typing. This can lead to errors if they mistype their password, as there is no way to verify what they have entered.
Describe the solution you'd like
A simple eye icon should be added to the password field, allowing users to toggle password visibility. When clicked, it should reveal or hide the password as needed.
Describe alternatives you've considered
Providing an option to show the password in plain text by holding a button.
Displaying the password briefly when the user finishes typing.
Additional context
This feature is common in modern authentication systems and improves user experience by reducing login errors. A simple implementation using JavaScript can enhance usability.
Select which event you're participating from
Code of Conduct