Skip to content

Commit

Permalink
Added receiving email field in the marilru provider.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrymenshikov authored and ovr committed Oct 19, 2020
1 parent b6246ae commit 2c13ecf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/OAuth2/Provider/MailRu.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ public function getIdentity(AccessTokenInterface $accessToken)

$hydrator = new ArrayHydrator([
'uid' => 'id',
'email' => 'email',
'first_name' => 'firstname',
'last_name' => 'lastname',
'nick' => 'username',
Expand Down

0 comments on commit 2c13ecf

Please sign in to comment.