update focus
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user