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
Describe the bug
Validation errors for both email and password are not displayed correctly when both fields are invalid, making it unclear to the user which field needs attention.
To Reproduce
Enter an invalid email (e.g., "invalidemail") and an invalid password (e.g., "123").
Click the "Sign In" button.
The validation errors for both fields don't show up correctly.
Expected behavior
Both email and password validation errors should be displayed clearly, indicating what needs to be corrected, e.g., "Invalid email format" and "Password must be at least 6 characters long.
Video
error_before.mp4
The text was updated successfully, but these errors were encountered:
Describe the bug
Validation errors for both email and password are not displayed correctly when both fields are invalid, making it unclear to the user which field needs attention.
To Reproduce
Expected behavior
Both email and password validation errors should be displayed clearly, indicating what needs to be corrected, e.g., "Invalid email format" and "Password must be at least 6 characters long.
Video
error_before.mp4
The text was updated successfully, but these errors were encountered: