add health check

This commit is contained in:
smanylov
2026-02-18 14:21:57 +07:00
parent f4a13e2a8e
commit 906b3a554c
5 changed files with 80 additions and 47 deletions
-1
View File
@@ -19,7 +19,6 @@ export default function LoginForm() {
setShowPassword(!showPassword);
}
const checkBoxRememberMe = useRef<HTMLInputElement>(null);
return (