Skip to content

Commit

Permalink
Merge pull request #166 from samuelds/patch-1
Browse files Browse the repository at this point in the history
Fix email on Hydrator
  • Loading branch information
ADmad authored Nov 23, 2021
2 parents 9e58712 + cc70e6f commit 3fad695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OAuth2/Provider/Discord.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public function getIdentity(AccessTokenInterface $accessToken)
'id' => 'id',
'username' => 'username',
'avatar' => 'pictureURL',
'mail' => 'email',
'email' => 'email',
'verified' => 'emailVerified'
]);

Expand Down

0 comments on commit 3fad695

Please sign in to comment.