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
In the Authentication form the user is able to send the form even if it has validation errors
The input is sent even if it has validation errors
EXAMPLE:
if the User types a invalid password in the input field and the user clicks "Login" immediately, the input does not looses the focus and the form is submitted.
The text was updated successfully, but these errors were encountered:
In the Authentication form the user is able to send the form even if it has validation errors
The input is sent even if it has validation errors
EXAMPLE:
if the User types a invalid password in the input field and the user clicks "Login" immediately, the input does not looses the focus and the form is submitted.
The text was updated successfully, but these errors were encountered: