mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
fixes for travis
This commit is contained in:
parent
17efe8f5e7
commit
985b2202a5
@ -32,7 +32,7 @@ class OAuth
|
|||||||
/** 1. Ensure user arrives on the correct provider **/
|
/** 1. Ensure user arrives on the correct provider **/
|
||||||
|
|
||||||
$query = [
|
$query = [
|
||||||
'oauth_user_id' =>$user->getId())
|
'oauth_user_id' =>$user->getId(),
|
||||||
'oauth_provider_id'=>$provider
|
'oauth_provider_id'=>$provider
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user