Skip to content

Commit ad1f440

Browse files
committed
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1 parent 1370358 commit ad1f440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

u/signup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
if (!/^(?=.*[A-Z])$/.test(password)) problms.push("Password must contain an UPPERCASE letter.");
7171
if (!/^(?=.*\d)$/.test(password)) problms.push("Password must contain a numb3r.");
7272

73-
statusElement.textContent = "Password doesn't meet requirements!<br>"+problms.join("<br>");
73+
statusElement.textContent = "Password doesn't meet requirements!\n"+problms.join("\n");
7474

7575
document.getElementById("password").style.borderColor = "red";
7676
return;

0 commit comments

Comments
 (0)