mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-04 17:04:32 +08:00
Adds autofocus on the email field of the standard login page.
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
<div class="form-group">
|
||||
<label for="email">{{ trans('auth.email') }}</label>
|
||||
@include('form.text', ['name' => 'email', 'tabindex' => 1])
|
||||
@include('form.text', ['name' => 'email', 'tabindex' => 1, 'focus' => 1])
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
|
Reference in New Issue
Block a user