Skip to content

Commit a26fe78

Browse files
committed
comment out
1 parent ccdf7b0 commit a26fe78

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

public/login.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ signupPassword2.addEventListener('input', function(event) {
2222
});
2323

2424

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");
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");
3030

3131
// signupName.oninvalid = function(event) {
3232
// event.target.setCustomValidity('Name must only contain upper and lowercase letters');

0 commit comments

Comments
 (0)