Skip to content

Commit

Permalink
Potential fix for #23. Trying to only ask for e-mail permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonmantank committed May 27, 2015
1 parent 821e59d commit 92348c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mentoring/Controller/AuthController.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public function githubAction(Application $app, Request $request)
'clientId' => $clientID,
'clientSecret' => $clientSecret,
'redirectUri' => $redirectUri,
'scopes' => ['user', 'user:email']
'scopes' => ['user:email'],
]);

if (empty($code)) {
Expand Down

0 comments on commit 92348c8

Please sign in to comment.