Skip to content

Commit

Permalink
[OAuth2] Fix: Provider/Vk - hydrate screen_name to username
Browse files Browse the repository at this point in the history
  • Loading branch information
ovr committed Jun 28, 2019
1 parent e53f47c commit a573afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OAuth2/Provider/Vk.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public function getIdentity(AccessTokenInterface $accessToken)
'last_name' => 'lastname',
'email' => 'email',
'bdate' => 'birthday',
'nickname' => 'username',
'screen_name' => 'username',
'sex' => 'sex',
'photo_max_orig' => 'pictureURL',
]
Expand Down

0 comments on commit a573afe

Please sign in to comment.