chore: format

This commit is contained in:
Timothy Jaeryang Baek
2025-11-13 20:01:21 -05:00
parent 9df8d5b204
commit 757caeab55
62 changed files with 2117 additions and 1855 deletions

View File

@@ -1124,10 +1124,7 @@ ENABLE_LOGIN_FORM = PersistentConfig(
os.environ.get("ENABLE_LOGIN_FORM", "True").lower() == "true",
)
ENABLE_PASSWORD_AUTH = (
os.environ.get("ENABLE_PASSWORD_AUTH", "True").lower()
== "true"
)
ENABLE_PASSWORD_AUTH = os.environ.get("ENABLE_PASSWORD_AUTH", "True").lower() == "true"
DEFAULT_LOCALE = PersistentConfig(
"DEFAULT_LOCALE",