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
Required is used in the html input field already, so you cannot submit anywhere without them filled. Instead of frontend javascript, you can use the required attribute to set a regular expression... See here
We should validate that username and password have been filled out and that neither contains spaces before sending post request to server.
The text was updated successfully, but these errors were encountered: