Skip to content

Commit

Permalink
add autofocus
Browse files Browse the repository at this point in the history
  • Loading branch information
ahussein3 committed May 17, 2023
1 parent 757898d commit c3aa466
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/pages/SignIn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ function SignIn() {
placeholder="Username"
value={username}
required
autoFocus
/>
<Input
onChange={(e) => setPassword(e.currentTarget.value)}
Expand Down

0 comments on commit c3aa466

Please sign in to comment.