fix: remove autofocuses

This commit is contained in:
Andras Bacsai
2024-10-01 21:33:44 +02:00
parent 93a0725a4e
commit 223cd37031
15 changed files with 16 additions and 16 deletions

View File

@@ -16,7 +16,7 @@
label="{{ __('input.email') }}" />
<div class="flex flex-col gap-2">
<x-forms.input required type="password" id="password" name="password"
label="{{ __('input.password') }}" autofocus />
label="{{ __('input.password') }}" />
<x-forms.input required type="password" id="password_confirmation"
name="password_confirmation" label="{{ __('input.password.again') }}" />
</div>