mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
typo??
This commit is contained in:
parent
db1a31b43e
commit
39f19d19a8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue