📜 Description
The password visibility toggle feature on the login page is currently missing from the latest codebase and deployed application.
This feature was previously implemented and merged in PR #376, but it appears to have been overwritten or removed during later updates/restoration changes.
Expected Behavior
Users should be able to:
- Show/hide password visibility
- Use an eye/eye-off toggle icon inside the password input field
Current Behavior
The login page only contains a standard password input field without any visibility toggle functionality.
Proposed Solution
Reimplement the password visibility toggle in:
src/pages/Login/Login.tsx
while preserving:
- existing UI design
- responsiveness
- accessibility support
Additional Context
The feature already existed previously, so this is likely a regression issue.
I would like to work on this issue under GSSoC'26.
What browsers are you seeing the problem on?
No response
📃 Relevant Screenshots (Links)
No response
📜 Description
The password visibility toggle feature on the login page is currently missing from the latest codebase and deployed application.
This feature was previously implemented and merged in PR #376, but it appears to have been overwritten or removed during later updates/restoration changes.
Expected Behavior
Users should be able to:
Current Behavior
The login page only contains a standard password input field without any visibility toggle functionality.
Proposed Solution
Reimplement the password visibility toggle in:
src/pages/Login/Login.tsxwhile preserving:
Additional Context
The feature already existed previously, so this is likely a regression issue.
I would like to work on this issue under GSSoC'26.
What browsers are you seeing the problem on?
No response
📃 Relevant Screenshots (Links)
No response