mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 12:12:48 +01:00
Oauth fix for mobile app
This commit is contained in:
parent
7522494e91
commit
862bd4d163
@ -6,7 +6,7 @@ class Google implements ProviderInterface
|
||||
public function getTokenResponse($token)
|
||||
{
|
||||
|
||||
$client = new \Google_Client(['client_id' => env('GOOGLE_CLIENT_ID','')]);
|
||||
$client = new \Google_Client();
|
||||
return $client->verifyIdToken($token);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user