Skip to content

Commit

Permalink
Fix github scope
Browse files Browse the repository at this point in the history
  • Loading branch information
Marishka17 committed Oct 26, 2022
1 parent 6ca9a2e commit b52285f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cvat/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ def add_ssh_keys():
'secret': SOCIAL_AUTH_GITHUB_CLIENT_SECRET,
'key': ''
},
'SCOPE': [ 'profile', 'email', 'openid'],
'SCOPE': [ 'read:user', 'user:email' ],
'AUTH_PARAMS': {
'access_type': 'online',
}
Expand Down

0 comments on commit b52285f

Please sign in to comment.