diff --git a/app/Libraries/OAuth.php b/app/Libraries/OAuth.php index 5bbebff3daff..c4fea9a04074 100644 --- a/app/Libraries/OAuth.php +++ b/app/Libraries/OAuth.php @@ -32,7 +32,7 @@ class OAuth /** 1. Ensure user arrives on the correct provider **/ $query = [ - 'oauth_user_id' =>$user->getId()) + 'oauth_user_id' =>$user->getId(), 'oauth_provider_id'=>$provider ];