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
Found a bug? Please fill out the sections below. 👍
Issue Summary
Currently, when a user is creating an account for the first time. Invalid email is thrown even if User enters a single character and it persists until user types a valid email. Ideally the Invalid email be thrown when the email doesn't follow the emailRegex and has an error in the pattern.
Steps to Reproduce
Go to Create a Account
Start writing an email
Actual Results
Invalid email message retains even when placeholder not in focus
Found a bug? Please fill out the sections below. 👍
Issue Summary
Currently, when a user is creating an account for the first time.
Invalid emailis thrown even if User enters a single character and it persists until user types a valid email. Ideally theInvalid emailbe thrown when the email doesn't follow the emailRegex and has an error in the pattern.Steps to Reproduce
Actual Results
Screen.Recording.2025-02-07.at.5.42.13.PM.mov
Expected Results
Screen.Recording.2025-02-07.at.5.38.11.PM.mov