From 39f19d19a83c2df9ddbf04b6571dc480832e7a08 Mon Sep 17 00:00:00 2001 From: Alex Grintsvayg Date: Tue, 28 Feb 2017 13:40:56 -0500 Subject: [PATCH] typo?? --- controller/action/DeveloperActions.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/action/DeveloperActions.class.php b/controller/action/DeveloperActions.class.php index 1555c8fb..fbffc98a 100644 --- a/controller/action/DeveloperActions.class.php +++ b/controller/action/DeveloperActions.class.php @@ -83,7 +83,7 @@ class DeveloperActions extends Actions $gitHubParams = [ 'client_id' => Config::get('github_developer_credits_client_id'), 'redirect_uri' => Request::getHostAndProto() . '/quickstart/github/callback', - 'scope' => 'user:email public_repo', + 'scope' => 'user:email,public_repo', 'allow_signup' => false ];