Skip to content

Commit

Permalink
add picture
Browse files Browse the repository at this point in the history
for this issues #121
  • Loading branch information
nepster-web authored and ovr committed Aug 4, 2020
1 parent a199e0d commit 785bf64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/OpenIDConnect/Provider/Google.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ public function getIdentity(AccessTokenInterface $accessToken)
'email' => 'email',
'verified_email' => 'emailVerified',
'name' => 'fullname',
'picture' => 'pictureURL',
'gender' => static function ($value, User $user) {
$user->setSex($value);
},
Expand Down

0 comments on commit 785bf64

Please sign in to comment.