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
Form validation is an important part of any application. We need to add validation to the login page and if it fails, it should show the corresponding error messages for every field.
Acceptance criteria
In the Tides login page, the following error messages should show up:
The email should be a valid email.
The password must be minimum of 8 characters.
The text was updated successfully, but these errors were encountered:
Description
Form validation is an important part of any application. We need to add validation to the login page and if it fails, it should show the corresponding error messages for every field.
Acceptance criteria
In the Tides login page, the following error messages should show up:
The text was updated successfully, but these errors were encountered: