Auto focus user field for login

This commit is contained in:
Nicolas Mowen 2024-06-20 09:25:32 -06:00
parent c871bebee6
commit f6120af2ea

View File

@ -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>