Skip to content

Commit 785bf64

Browse files
nepster-webovr
authored andcommitted
add picture
for this issues #121
1 parent a199e0d commit 785bf64

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/OpenIDConnect/Provider/Google.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ public function getIdentity(AccessTokenInterface $accessToken)
102102
'email' => 'email',
103103
'verified_email' => 'emailVerified',
104104
'name' => 'fullname',
105+
'picture' => 'pictureURL',
105106
'gender' => static function ($value, User $user) {
106107
$user->setSex($value);
107108
},

0 commit comments

Comments
 (0)