]> BookStack Code Mirror - bookstack/commitdiff
Update verify-totp.blade.php 3068/head
authorRobert Accettura <redacted>
Mon, 22 Nov 2021 04:15:37 +0000 (23:15 -0500)
committerGitHub <redacted>
Mon, 22 Nov 2021 04:15:37 +0000 (23:15 -0500)
resources/views/mfa/parts/verify-totp.blade.php

index c155f1bfe896a7f807b604647dcb73fd0eec6c17..a52d9b652a6f59d6fed3f7c098867c8cfe8ae571 100644 (file)
@@ -6,7 +6,7 @@
     {{ csrf_field() }}
     <input type="text"
            name="code"
-           tabindex="0"
+           autofocus
            placeholder="{{ trans('auth.mfa_gen_totp_provide_code_here') }}"
            class="input-fill-width {{ $errors->has('code') ? 'neg' : '' }}">
     @if($errors->has('code'))
Morty Proxy This is a proxified and sanitized view of the page, visit original site.