diff --git a/config/devdojo/auth/descriptions.php b/config/devdojo/auth/descriptions.php index ffe93c3..c501328 100644 --- a/config/devdojo/auth/descriptions.php +++ b/config/devdojo/auth/descriptions.php @@ -17,6 +17,7 @@ 'enable_email_registration' => 'Enable the ability for users to register via email', 'login_show_social_providers' => 'Show the social providers login buttons on the login form', 'center_align_social_provider_button_content' => 'Center align the content in the social provider button?', + 'center_align_container_text' => 'Center align the text in the container?', 'social_providers_location' => 'The location of the social provider buttons (top or bottom)', 'check_account_exists_before_login' => 'Determines if the system checks for account existence before login', ], diff --git a/config/devdojo/auth/settings.php b/config/devdojo/auth/settings.php index a9ce1b6..01450c6 100644 --- a/config/devdojo/auth/settings.php +++ b/config/devdojo/auth/settings.php @@ -16,6 +16,7 @@ 'enable_email_registration' => true, 'login_show_social_providers' => true, 'center_align_social_provider_button_content' => false, + 'center_align_container_text' => false, 'social_providers_location' => 'bottom', 'check_account_exists_before_login' => false, ]; diff --git a/resources/views/components/elements/container.blade.php b/resources/views/components/elements/container.blade.php index 40820dd..92b9d89 100644 --- a/resources/views/components/elements/container.blade.php +++ b/resources/views/components/elements/container.blade.php @@ -13,7 +13,7 @@ @endphp