unhide remember me checkbox

This commit is contained in:
john 2025-06-21 11:42:39 +02:00
parent 8d1b79b6a3
commit 08defcc894
2 changed files with 2 additions and 2 deletions

View file

@ -99,7 +99,7 @@ export default function LoginPage({ authService }: LoginPageProps) {
/>
</div>
<div className="flex items-center gap-2 mt-2 hidden">
<div className="flex items-center gap-2 ">
<input
type="checkbox"
id="rememberMe"

View file

@ -114,7 +114,7 @@ export default function SignupPage({ authService }: SignupPageProps) {
type="password"
ref={passwordInputRef}
/>
<div className="flex items-center hidden gap-2 mt-2">
<div className="flex items-center gap-2">
<input
type="checkbox"
id="rememberMe"