Description
The password visibility toggle (eye icon) is missing from both the Sign In and Sign Up forms. Users are unable to view or verify the password they are entering.
Steps to Reproduce
Open the website/application.
Navigate to the Sign In page.
Observe the password input field.
Repeat the same on the Sign Up page.
Expected Behavior
An eye icon/button should appear inside or beside the password input field, allowing users to:
Show password
Hide password
Actual Behavior
No password visibility toggle button is present in the password fields.
Impact
Reduces user convenience and accessibility.
Increases chances of password typing errors.
Creates inconsistent user experience compared to standard authentication forms.
Suggested Fix
Add a password visibility toggle button (eye icon) using JavaScript/React state handling to switch the input type between:
password
text
Environment
Device: Desktop/Mobile
Browser: All browsers
Issue Type: UI/UX Bug

Description
The password visibility toggle (eye icon) is missing from both the Sign In and Sign Up forms. Users are unable to view or verify the password they are entering.
Steps to Reproduce
Open the website/application.
Navigate to the Sign In page.
Observe the password input field.
Repeat the same on the Sign Up page.
Expected Behavior
An eye icon/button should appear inside or beside the password input field, allowing users to:
Show password
Hide password
Actual Behavior
No password visibility toggle button is present in the password fields.
Impact
Reduces user convenience and accessibility.
Increases chances of password typing errors.
Creates inconsistent user experience compared to standard authentication forms.
Suggested Fix
Add a password visibility toggle button (eye icon) using JavaScript/React state handling to switch the input type between:
password
text
Environment
Device: Desktop/Mobile
Browser: All browsers
Issue Type: UI/UX Bug