Skip to content

Commit

Permalink
Fix email on Hydrator
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelds authored Nov 23, 2021
1 parent 9e58712 commit cc70e6f
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 cc70e6f

Please sign in to comment.