Skip to content

Bug: Duplicate email error message displayed 4 times on Signup page #1638

Description

@MANJULA690

Bug Description

When attempting to sign up with an already registered email, the error message
"An account with this email already exists. Please try logging in instead."
is displayed 4 times in a 2x2 grid layout instead of once.

Steps to Reproduce

  1. Go to /signup
  2. Enter an email that already has an account
  3. Fill in other fields and submit
  4. Observe the error message appearing 4 times

Screenshot

Image

Expected Behavior

Error message should appear once, clearly below the email field or at the top of the form.

Root Cause (suspected)

The error message is likely being rendered inside each individual form field
component instead of a single centralized error display block.

Proposed Fix

Render the error message once, outside the individual field components,
in a single centralized error block.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions