Fix for missing method property
This commit is contained in:
parent
7fdbdcbf6a
commit
185986e819
1 changed files with 2 additions and 1 deletions
|
|
@ -513,11 +513,12 @@ class LoginController extends BaseController
|
|||
{
|
||||
|
||||
nlog('found user and updating their user record');
|
||||
$name = OAuth::splitName($socialite_user->getName());
|
||||
|
||||
$update_user = [
|
||||
'first_name' => $name[0],
|
||||
'last_name' => $name[1],
|
||||
'password' => '',
|
||||
// 'password' => '',
|
||||
'email' => $socialite_user->getEmail(),
|
||||
'oauth_user_id' => $socialite_user->getId(),
|
||||
'oauth_provider_id' => $provider,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue