update focus

This commit is contained in:
2025-09-18 00:39:36 -03:00
parent b4c7e191fe
commit 0ebf108a94
4 changed files with 48 additions and 22 deletions

View File

@@ -144,7 +144,7 @@ export default function Index({}: Route.ComponentProps) {
<FormItem>
<FormLabel>Email ou CPF</FormLabel>
<FormControl>
<Input {...field} />
<Input autoFocus={true} {...field} />
</FormControl>
<FormMessage />
</FormItem>