test ci commit
tronnet/workflows: Static Analysis -- Golang / lint-check (push) Successful in 14s
tronnet/workflows: Code Style -- Web Components / lint-check (push) Successful in 17s

This commit is contained in:
alu
2026-07-29 23:45:46 +00:00
parent 613f01456f
commit 509195b138
+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);;
}