1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 21:22:58 +01:00

Merge pull request #5874 from turbo124/v5-develop

Minor fixes
This commit is contained in:
David Bomba 2021-06-01 16:06:16 +10:00 committed by GitHub
commit 7c2e048e4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,
];