From: Robert Accettura Date: Sun, 21 Nov 2021 20:40:11 +0000 (-0500) Subject: Set taborder for TOTP Verification X-Git-Tag: v21.11.1~1^2~10 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/0d740ca681b7aee42a794d7595f65d2d9f85b3be Set taborder for TOTP Verification Adding tabindex=0 means when pressing tab the focus goes right to the TOTP input field. When using a Password Manager this makes it easier than having to hit tab 3X to get the right focus. --- diff --git a/resources/views/mfa/parts/verify-totp.blade.php b/resources/views/mfa/parts/verify-totp.blade.php index 9a861fc6c..c155f1bfe 100644 --- a/resources/views/mfa/parts/verify-totp.blade.php +++ b/resources/views/mfa/parts/verify-totp.blade.php @@ -6,6 +6,7 @@ {{ csrf_field() }} @if($errors->has('code')) @@ -14,4 +15,4 @@
- \ No newline at end of file +