From 90cb9f408b512a08a3269626ff419562070c14fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my?= Date: Thu, 24 Oct 2024 09:51:35 +0200 Subject: [PATCH] Fix white background in darkmode --- resources/views/two-factor.blade.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/views/two-factor.blade.php b/resources/views/two-factor.blade.php index 242caaf..dbe9ee2 100644 --- a/resources/views/two-factor.blade.php +++ b/resources/views/two-factor.blade.php @@ -3,16 +3,16 @@
-

+

{{ __('Secure your account') }}

@if (!$showingRecoveryCodes && $user->two_factor_confirmed_at) -

+

{{ __('Your account has been secured with two factor authentication') }}.

@else -

+

{{ __('Add additional security to your account using two factor authentication') }}.

@endif