From 998da3c4abb9ee7eebf1e534bf57ac65b8e44c42 Mon Sep 17 00:00:00 2001 From: charlie Date: Sat, 24 Aug 2024 22:57:51 -0600 Subject: [PATCH 1/2] fix: closing tags --- .../views/components/elements/social-providers.blade.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/views/components/elements/social-providers.blade.php b/resources/views/components/elements/social-providers.blade.php index 9488656..e174931 100644 --- a/resources/views/components/elements/social-providers.blade.php +++ b/resources/views/components/elements/social-providers.blade.php @@ -5,7 +5,7 @@ ]) @if(count($socialProviders)) @if($separator && config('devdojo.auth.settings.social_providers_location') != 'top') - {{ $separator_text }} + {{ $separator_text }} @endif
@foreach($socialProviders as $slug => $provider) @@ -13,6 +13,6 @@ @endforeach
@if($separator && config('devdojo.auth.settings.social_providers_location') == 'top') - {{ $separator_text }} + {{ $separator_text }} @endif -@endif \ No newline at end of file +@endif From a0f1b51acd05a07b908dfd1635f8bad12cf77376 Mon Sep 17 00:00:00 2001 From: charlie Date: Sat, 24 Aug 2024 22:58:55 -0600 Subject: [PATCH 2/2] fix: closing tags --- .../pages/user/two-factor-authentication/index.blade.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/views/pages/user/two-factor-authentication/index.blade.php b/resources/views/pages/user/two-factor-authentication/index.blade.php index a95d08b..9a116e1 100644 --- a/resources/views/pages/user/two-factor-authentication/index.blade.php +++ b/resources/views/pages/user/two-factor-authentication/index.blade.php @@ -117,8 +117,8 @@ public function disable(){ @endif
- Regenerate Codes - Disable 2FA + Regenerate Codes + Disable 2FA
@@ -153,8 +153,8 @@ public function disable(){ @enderror
- Cancel - Confirm + Cancel + Confirm