Skip to content

Commit

Permalink
Auto focus user field for login (#12083)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickM-27 committed Jun 20, 2024
1 parent c871beb commit 73755e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/components/auth/AuthForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ export function UserAuthForm({ className, ...props }: UserAuthFormProps) {
<FormControl>
<Input
className="text-md w-full border border-input bg-background p-2 hover:bg-accent hover:text-accent-foreground dark:[color-scheme:dark]"
autoFocus
{...field}
/>
</FormControl>
Expand Down

0 comments on commit 73755e9

Please sign in to comment.