mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
commit
7c2e048e4d
@ -522,7 +522,7 @@ class LoginController extends BaseController
|
||||
'password' => '',
|
||||
'email' => $socialite_user->getEmail(),
|
||||
'oauth_user_id' => $socialite_user->getId(),
|
||||
'oauth_provider_id' => $providerm
|
||||
'oauth_provider_id' => $provider,
|
||||
'oauth_user_token' => $socialite_user->refreshToken,
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user