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
The signup form does not handle validation properly. Users are able to submit the form with invalid or incomplete data, such as an incorrectly formatted email address or a password that does not meet the required criteria.
To Reproduce
Steps to reproduce the behavior:
Go to the signup page.
Enter an invalid email (e.g., "testemail.com").
Enter a password that doesn't meet the required length or complexity (e.g., "123").
Submit the form.
Observe that the form is submitted without showing any error messages or blocking the submission.
Expected behavior
The form should display validation error messages when:
An invalid email address is entered.
The password does not meet the required criteria (e.g., minimum length, special characters).
Any required field is left blank.
the mobile number is invalid
Screenshots or GIFs
Info (please complete the following information):
chrome 131
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
As the code doesn't belong to us so I don't think we can do anything to fix it. Maybe closing is a better idea. Still @devsargam should take the final call as a maintainer I think.
Describe the bug
The signup form does not handle validation properly. Users are able to submit the form with invalid or incomplete data, such as an incorrectly formatted email address or a password that does not meet the required criteria.
To Reproduce
Steps to reproduce the behavior:
Go to the signup page.
Enter an invalid email (e.g., "testemail.com").
Enter a password that doesn't meet the required length or complexity (e.g., "123").
Submit the form.
Observe that the form is submitted without showing any error messages or blocking the submission.
Expected behavior
The form should display validation error messages when:
An invalid email address is entered.
The password does not meet the required criteria (e.g., minimum length, special characters).
Any required field is left blank.
the mobile number is invalid
Screenshots or GIFs
Info (please complete the following information):
chrome 131
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: