Skip to content

Commit

Permalink
Merge pull request #26 from Jefferson49/Bugfix-getDefaultScopes
Browse files Browse the repository at this point in the history
Bugfix: Typo in scope 'user:email' instead of 'user.email', fixes #24
  • Loading branch information
shadowhand authored Sep 3, 2024
2 parents 0f19383 + b3b1727 commit 70b4253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Provider/Github.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ protected function fetchResourceOwnerDetails(AccessToken $token)
protected function getDefaultScopes()
{
return [
'user.email',
'user:email',
];
}

Expand Down

0 comments on commit 70b4253

Please sign in to comment.