1 Commits
Author SHA1 Message Date
alu 368a9a9b29 test ci commit
tronnet/workflows: Static Analysis -- Golang / lint-check (push) Successful in 12s
tronnet/workflows: Code Style -- Web Components / lint-check (push) Successful in 18s
2026-07-29 23:48:31 +00:00
+1 -1
View File
@@ -26,5 +26,5 @@ function handlePasswordChangeButton () {
confirmPassword.setCustomValidity(password.value !== confirmPassword.value ? "Passwords Don't Match" : "");
}
password.addEventListener("change", validatePassword);
confirmPassword.addEventListener("keyup", validatePassword);;
confirmPassword.addEventListener("keyup", validatePassword);
}