Skip to content

Commit 1726ae2

Browse files
authored
Merge pull request #594 from wouldsmina/patch-typo
Correction erreur de typo fixes #592
2 parents 4c29096 + d0c291b commit 1726ae2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/Http/Controllers/SocialiteController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ public function callback(Request $_request, string $provider)
6868
$allow_createUser = false;
6969
$allow_updateUser = false;
7070
if (config($config_name)) {
71-
$allow_createUser = config($config_name.'.allow_create_User', $allow_createUser);
72-
$allow_updateUser = config($config_name.'.allow_update_User', $allow_updateUser);
71+
$allow_createUser = config($config_name.'.allow_create_user', $allow_createUser);
72+
$allow_updateUser = config($config_name.'.allow_update_user', $allow_updateUser);
7373
}
7474
Log::debug('CONFIG: allow_createUser='.($allow_createUser ? 'true' : 'false'));
7575
Log::debug('CONFIG: allow_updateUser='.($allow_updateUser ? 'true' : 'false'));

0 commit comments

Comments
 (0)