We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1370358 commit ad1f440Copy full SHA for ad1f440
u/signup.html
@@ -70,7 +70,7 @@
70
if (!/^(?=.*[A-Z])$/.test(password)) problms.push("Password must contain an UPPERCASE letter.");
71
if (!/^(?=.*\d)$/.test(password)) problms.push("Password must contain a numb3r.");
72
73
- statusElement.textContent = "Password doesn't meet requirements!<br>"+problms.join("<br>");
+ statusElement.textContent = "Password doesn't meet requirements!\n"+problms.join("\n");
74
75
document.getElementById("password").style.borderColor = "red";
76
return;
0 commit comments