mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
parent
f8f0a23a10
commit
4bccf5f307
@ -17,7 +17,6 @@ class Google implements ProviderInterface
|
|||||||
|
|
||||||
public function harvestSubField($payload)
|
public function harvestSubField($payload)
|
||||||
{
|
{
|
||||||
$data = $payload->getAttributes();
|
return $payload['sub']; // user ID
|
||||||
return $data['payload']['sub']; // user ID
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user