Skip to content

Commit

Permalink
feat:before #20 #29; add login error handling;
Browse files Browse the repository at this point in the history
  • Loading branch information
jundm committed Mar 25, 2022
1 parent 2fc1acf commit fd38dc0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/pages/accounts/login/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,14 @@ function Login() {
/>
</Form.Item>
<Form.Item>
<div onClick={onClickChecked}>
<div onClick={onClickChecked} className="cursor-pointer">
<input
className="mr-1"
type="checkbox"
name=""
id=""
checked={rememberUserEmail}
readOnly
/>
Remember me
</div>
Expand Down

0 comments on commit fd38dc0

Please sign in to comment.