Description
When an unregistered user attempts to log in, the page simply reloads without displaying any error message or guidance.
Current Behavior
- User enters credentials without having an account.
- Page reloads or remains unchanged.
- No feedback/error message is shown.
Expected Behavior
- Display an appropriate error message such as:
"Account does not exist. Please sign up first."
- Prevent silent page reload.
- Optionally provide a redirect or link to the Sign Up page.
Suggested Fix
- Add frontend validation and proper error handling for invalid/unregistered login attempts.
- Display a toast or inline error message for better user experience.
Additional Notes
Providing proper authentication feedback improves usability and prevents user confusion.
Description
When an unregistered user attempts to log in, the page simply reloads without displaying any error message or guidance.
Current Behavior
Expected Behavior
"Account does not exist. Please sign up first."
Suggested Fix
Additional Notes
Providing proper authentication feedback improves usability and prevents user confusion.