PR changes
This commit is contained in:
parent
4ca5d9b04b
commit
2e840654d3
3 changed files with 11 additions and 4 deletions
|
@ -117,7 +117,8 @@ class GithubOAuthConfig(OAuthConfig):
|
|||
return {
|
||||
'CLIENT_ID': self.client_id(),
|
||||
'AUTHORIZE_ENDPOINT': self.authorize_endpoint(),
|
||||
'GITHUB_ENDPOINT': self._endpoint()
|
||||
'GITHUB_ENDPOINT': self._endpoint(),
|
||||
'ORG_RESTRICT': self.config.get('ORG_RESTRICT', False)
|
||||
}
|
||||
|
||||
|
||||
|
|
Reference in a new issue