Skip to content

Bug: No Feedback for Unregistered User Login Attempt #21

@anushkaa2205

Description

@anushkaa2205

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions