Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit 555841d

Browse files
committed
temporarily remove notifications scope for testing
1 parent 2031bbb commit 555841d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api_server/modules/github_auth/github_auth.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const OAUTH_CONFIG = {
1212
authPath: 'login/oauth/authorize',
1313
tokenPath: 'login/oauth/access_token',
1414
exchangeFormat: 'query',
15-
scopes: 'repo,read:user,user:email,notifications',
15+
scopes: 'repo,read:user,user:email',
1616
noGrantType: true,
1717
hasIssues: true,
1818
supportsSignup: true

0 commit comments

Comments
 (0)