diff --git a/resources/views/pages/auth/login.blade.php b/resources/views/pages/auth/login.blade.php index b90f2d5..69085a9 100644 --- a/resources/views/pages/auth/login.blade.php +++ b/resources/views/pages/auth/login.blade.php @@ -120,72 +120,70 @@ public function authenticate() ?> -
- @volt('auth.login') -
- - - + + @volt('auth.login') + + + + + + + @if(config('devdojo.auth.settings.login_show_social_providers') && config('devdojo.auth.settings.social_providers_location') == 'top') + + @endif + +
+ + @if($showPasswordField) + + + + @else + @if($showIdentifierInput) + + @endif + @endif - + @if($showSocialProviderInfo) +
+ {{ str_replace('__social_providers_list__', implode(', ', $userSocialProviders), config('devdojo.auth.language.login.social_auth_authenticated_message')) }} + +
- @if(config('devdojo.auth.settings.login_show_social_providers') && config('devdojo.auth.settings.social_providers_location') == 'top') - + @if(!config('devdojo.auth.settings.login_show_social_providers')) + @endif + @endif - - - @if($showPasswordField) - - - - @else - @if($showIdentifierInput) - - @endif - @endif - - @if($showSocialProviderInfo) -
- {{ str_replace('__social_providers_list__', implode(', ', $userSocialProviders), config('devdojo.auth.language.login.social_auth_authenticated_message')) }} - -
- - @if(!config('devdojo.auth.settings.login_show_social_providers')) - - @endif - @endif - - @if($showPasswordField) - -
- {{ config('devdojo.auth.language.login.forget_password') }} -
- @endif - - - {{ config('devdojo.auth.language.login.button') }} - - - - -
- {{ config('devdojo.auth.language.login.dont_have_an_account') }} - {{ config('devdojo.auth.language.login.sign_up') }} + @if($showPasswordField) + +
+ {{ config('devdojo.auth.language.login.forget_password') }}
+ @endif - @if(config('devdojo.auth.settings.login_show_social_providers') && config('devdojo.auth.settings.social_providers_location') != 'top') - - @endif + + {{ config('devdojo.auth.language.login.button') }} + + - + +
+ {{ config('devdojo.auth.language.login.dont_have_an_account') }} + {{ config('devdojo.auth.language.login.sign_up') }}
- @endvolt -
- + + @if(config('devdojo.auth.settings.login_show_social_providers') && config('devdojo.auth.settings.social_providers_location') != 'top') + + @endif + +
+ @endvolt + + \ No newline at end of file