From 457414b0999dfb1f1a62e3be30399ae69384d364 Mon Sep 17 00:00:00 2001 From: Bobby Iliev Date: Mon, 25 Nov 2024 12:03:02 +0200 Subject: [PATCH] Fix auth package config error --- config/devdojo/auth/settings.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/devdojo/auth/settings.php b/config/devdojo/auth/settings.php index fa94bd5c7..2ca19cae9 100644 --- a/config/devdojo/auth/settings.php +++ b/config/devdojo/auth/settings.php @@ -7,10 +7,13 @@ 'redirect_after_auth' => '/dashboard', 'registration_show_password_same_screen' => true, 'registration_include_name_field' => true, + 'registration_include_password_confirmation_field' => false, 'registration_require_email_verification' => false, 'enable_branding' => true, 'dev_mode' => false, 'enable_2fa' => false, // Enable or disable 2FA functionality globally 'login_show_social_providers' => true, + 'center_align_social_provider_button_content' => false, 'social_providers_location' => 'bottom', + 'check_account_exists_before_login' => false, ];