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
- Go to /signup
- Enter an email that already has an account
- Fill in other fields and submit
- Observe the error message appearing 4 times
Screenshot
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.
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
Screenshot
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.