login(green)

This commit is contained in:
Kankys 2024-03-31 09:53:42 +02:00
parent 3a73d31a76
commit ddf7773e45
1 changed files with 2 additions and 2 deletions

View File

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