1 Commits
Author SHA1 Message Date
alu f88b46fbe9 test ci failure
tronnet/workflows: Static Analysis -- Golang / lint-check (push) Successful in 18s
tronnet/workflows: Code Style -- Web Components / lint-check (push) Successful in 13s
2026-07-29 23:50:07 +00:00
+2
View File
@@ -27,4 +27,6 @@ function handlePasswordChangeButton () {
}
password.addEventListener("change", validatePassword);
confirmPassword.addEventListener("keyup", validatePassword);
let e = 0;
}