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

@ -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"