From c53c9f68666457365f9294fe944b8491c242ec65 Mon Sep 17 00:00:00 2001 From: Mattic <50807277+ImMattic@users.noreply.github.com> Date: Thu, 15 Feb 2024 09:22:35 -0600 Subject: [PATCH 1/3] Turned off autocomplete for TOTP codes Small QOL change to turn off autocomplete when entering TOTP codes since they're one time use only. --- resources/views/mfa/parts/verify-totp.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/mfa/parts/verify-totp.blade.php b/resources/views/mfa/parts/verify-totp.blade.php index a52d9b652..b779465ab 100644 --- a/resources/views/mfa/parts/verify-totp.blade.php +++ b/resources/views/mfa/parts/verify-totp.blade.php @@ -2,7 +2,7 @@
{{ trans('auth.mfa_verify_totp_desc') }}
-