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 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