Skip to content

Commit

Permalink
Bugfix: Typo in scope 'user:email' instead of 'user.email'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jefferson49 authored Aug 31, 2024
1 parent 0f19383 commit b3b1727
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 b3b1727

Please sign in to comment.