unhide remember me checkbox
This commit is contained in:
parent
8d1b79b6a3
commit
08defcc894
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue