Describe the bug
The registration form incorrectly flags valid email addresses as invalid. The error message "Please enter a valid email" appears even though the email format is correct.
To Reproduce
Steps to reproduce the behavior:
- Go to the Create Account page.
- Enter a valid email address in the Email field.
- Fill out the remaining fields (Name, Password, Confirm Password).
- Click the Create Account button.
- Observe the error message below the email field
Expected behavior
Valid email addresses should pass client-side validation and allow the user to proceed with account creation without showing an error.
Screenshots
- OS: Windows 11
- Browser: Chrome
- Version: 141.0.7390.66 (Official Build) (64-bit
Describe the bug
The registration form incorrectly flags valid email addresses as invalid. The error message "Please enter a valid email" appears even though the email format is correct.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Valid email addresses should pass client-side validation and allow the user to proceed with account creation without showing an error.
Screenshots