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
signupPassword1.setCustomValidity("Password must be 8 or more characters long and contain at least: 1 uppcase letter, 1 lowercase letter, and 1 number");
26
-
signupPassword2.setCustomValidity("Password must be 8 or more characters long and contain at least: 1 uppcase letter, 1 lowercase letter, and 1 number");
27
-
loginPassW.setCustomValidity("Password must be 8 or more characters long and contain at least: 1 uppcase letter, 1 lowercase letter, and 1 number");
28
-
signupName.setCustomValidity("Name must only contain upper and lowercase letters");
29
-
loginName.setCustomValidity("Name must only contain upper and lowercase letters");
25
+
// signupPassword1.setCustomValidity("Password must be 8 or more characters long and contain at least: 1 uppcase letter, 1 lowercase letter, and 1 number");
26
+
// signupPassword2.setCustomValidity("Password must be 8 or more characters long and contain at least: 1 uppcase letter, 1 lowercase letter, and 1 number");
27
+
// loginPassW.setCustomValidity("Password must be 8 or more characters long and contain at least: 1 uppcase letter, 1 lowercase letter, and 1 number");
28
+
// signupName.setCustomValidity("Name must only contain upper and lowercase letters");
29
+
// loginName.setCustomValidity("Name must only contain upper and lowercase letters");
30
30
31
31
// signupName.oninvalid = function(event) {
32
32
// event.target.setCustomValidity('Name must only contain upper and lowercase letters');
0 commit comments