This commit is contained in:
Timothy Jaeryang Baek
2025-09-01 02:41:29 +04:00
parent 3d2fcef28f
commit ed5d95f434
2 changed files with 2 additions and 2 deletions

View File

@@ -313,7 +313,7 @@ JWT_EXPIRES_IN = PersistentConfig(
####################################
ENABLE_OAUTH_PERSISTENT_CONFIG = (
os.environ.get("ENABLE_OAUTH_PERSISTENT_CONFIG", "True").lower() == "true"
os.environ.get("ENABLE_OAUTH_PERSISTENT_CONFIG", "False").lower() == "true"
)
ENABLE_OAUTH_SIGNUP = PersistentConfig(