Switch to having GitHub login off in the default config, since the keys are empty anyway
This commit is contained in:
parent
975de452d7
commit
91c1342ffb
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ class DefaultConfig(object):
|
||||||
FEATURE_USER_LOG_ACCESS = False
|
FEATURE_USER_LOG_ACCESS = False
|
||||||
|
|
||||||
# Feature Flag: Whether GitHub login is supported.
|
# Feature Flag: Whether GitHub login is supported.
|
||||||
FEATURE_GITHUB_LOGIN = True
|
FEATURE_GITHUB_LOGIN = False
|
||||||
|
|
||||||
# Feature flag, whether to enable olark chat
|
# Feature flag, whether to enable olark chat
|
||||||
FEATURE_OLARK_CHAT = False
|
FEATURE_OLARK_CHAT = False
|
||||||
|
|
Reference in a new issue