parent
f8f0a23a10
commit
4bccf5f307
1 changed files with 1 additions and 2 deletions
|
|
@ -17,7 +17,6 @@ class Google implements ProviderInterface
|
|||
|
||||
public function harvestSubField($payload)
|
||||
{
|
||||
$data = $payload->getAttributes();
|
||||
return $data['payload']['sub']; // user ID
|
||||
return $payload['sub']; // user ID
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue