Skip to content

Commit 468d107

Browse files
authored
autofocus on login username field (#837)
1 parent 7c791f3 commit 468d107

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/pages/login.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ export default function Login() {
202202
autoComplete="username"
203203
autoCapitalize="none"
204204
autoCorrect="off"
205+
autoFocus
205206
/>
206207
</div>
207208
<div className="flex flex-col gap-2">

0 commit comments

Comments
 (0)