Skip to content

Commit

Permalink
Fix auth package config error
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyiliev committed Nov 25, 2024
1 parent 79c8d4f commit 457414b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/devdojo/auth/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
];

0 comments on commit 457414b

Please sign in to comment.