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
Multiple UI and validation issues exist on the Login and SignUp pages:
Missing error message: Submitting the form without entering a password shows no validation error message, unlike Username and Email fields which correctly display errors
Duplicate password eye icon: When typing in the password field, eye icons appear side by side instead of one
Login button misalignment: The Login button appears on the same line as the "Forgot Password?" link instead of being on a separate line below it
Expected Behavior
Password field should display a validation error message (e.g. "Please enter a Password") when submitted empty, consistent with other fields
Only one eye icon should appear in the password field at all times
The Login button should appear on its own line below the "Forgot Password?" link
Current State
No error message appears below the password field on empty form submission
Two eye icons appear side by side when typing in the password field
"Forgot Password?" and Login button render on the same line
Screenshots:
Proposed Solution
Add password field validation with an error message matching the existing Username/Email validation pattern
Remove the duplicate eye icon - keep only one toggle icon in the password field
Fix the layout so the Login button renders below the "Forgot Password?" link using proper block/flex styling
Describe the Problem
Multiple UI and validation issues exist on the Login and SignUp pages:
Expected Behavior
Current State
Screenshots:
Proposed Solution