Fill out schema and schema whitelist
This commit is contained in:
parent
7893ef6acc
commit
5490e64669
3 changed files with 262 additions and 13 deletions
|
@ -196,9 +196,6 @@ class DefaultConfig(ImmutableConfig):
|
|||
# Feature Flag: Whether Google login is supported.
|
||||
FEATURE_GOOGLE_LOGIN = False
|
||||
|
||||
# Feature Flag: Whether Dex login is supported.
|
||||
FEATURE_DEX_LOGIN = False
|
||||
|
||||
# Feature Flag: whether to enable support chat
|
||||
FEATURE_SUPPORT_CHAT = False
|
||||
|
||||
|
|
Reference in a new issue