login(green)

This commit is contained in:
kankys 2024-03-31 09:53:42 +02:00
parent 3a73d31a76
commit ddf7773e45

View File

@ -175,8 +175,8 @@ function validateForm() {
passwordMatch.style.color = "red"; passwordMatch.style.color = "red";
return false; return false;
} else { } else {
passwordMatch.textContent = "Hesla se shodují"; // passwordMatch.textContent = "Hesla se shodují";
passwordMatch.style.color = "green"; // passwordMatch.style.color = "green";
return true; return true;
} }
} }