From cdb6f16ee1d8e8b8da2d3198a176aae687eefd48 Mon Sep 17 00:00:00 2001 From: Baspa Date: Tue, 17 Dec 2024 12:51:51 +0100 Subject: [PATCH 1/4] Fix primary color on login two factor page --- resources/views/auth/login-two-factor.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/auth/login-two-factor.blade.php b/resources/views/auth/login-two-factor.blade.php index 3af633b..e34f432 100644 --- a/resources/views/auth/login-two-factor.blade.php +++ b/resources/views/auth/login-two-factor.blade.php @@ -17,7 +17,7 @@ {{ $this->form }}
- + {{ __('Login') }}
From 4c0a678b47bdf8b1654a61c22dd476ffa076e294 Mon Sep 17 00:00:00 2001 From: Baspa Date: Tue, 17 Dec 2024 11:52:11 +0000 Subject: [PATCH 2/4] Fix styling --- src/Pages/TwoFactor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Pages/TwoFactor.php b/src/Pages/TwoFactor.php index ad95e06..392b7b4 100644 --- a/src/Pages/TwoFactor.php +++ b/src/Pages/TwoFactor.php @@ -12,8 +12,8 @@ use Illuminate\Contracts\Support\Htmlable; use Illuminate\Support\Collection; use Illuminate\Support\Facades\Auth; -use Illuminate\Validation\ValidationException; use Illuminate\Validation\Rule; +use Illuminate\Validation\ValidationException; use Laravel\Fortify\Actions\ConfirmTwoFactorAuthentication; use Laravel\Fortify\Actions\DisableTwoFactorAuthentication; use Laravel\Fortify\Actions\EnableTwoFactorAuthentication; From 9a21def19bdaa98463e9f0334c765316285578c4 Mon Sep 17 00:00:00 2001 From: Baspa Date: Tue, 17 Dec 2024 12:56:15 +0100 Subject: [PATCH 3/4] wip --- resources/views/auth/login-two-factor.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/auth/login-two-factor.blade.php b/resources/views/auth/login-two-factor.blade.php index e34f432..22dbc59 100644 --- a/resources/views/auth/login-two-factor.blade.php +++ b/resources/views/auth/login-two-factor.blade.php @@ -17,7 +17,7 @@ {{ $this->form }}
- + {{ __('Login') }}
From 81d20a891a0f7aa3bf4e1a6e20a1500cbb4e19ae Mon Sep 17 00:00:00 2001 From: Baspa Date: Tue, 17 Dec 2024 13:07:54 +0100 Subject: [PATCH 4/4] Force primary color from current panel --- resources/views/auth/login-two-factor.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/auth/login-two-factor.blade.php b/resources/views/auth/login-two-factor.blade.php index 22dbc59..7982ebf 100644 --- a/resources/views/auth/login-two-factor.blade.php +++ b/resources/views/auth/login-two-factor.blade.php @@ -17,7 +17,7 @@ {{ $this->form }}
- + {{ __('Login') }}