From 0d740ca681b7aee42a794d7595f65d2d9f85b3be Mon Sep 17 00:00:00 2001 From: Robert Accettura Date: Sun, 21 Nov 2021 15:40:11 -0500 Subject: [PATCH] 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. --- resources/views/mfa/parts/verify-totp.blade.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +