try to fix bw issue (#1834)

This commit is contained in:
Shuchang Zheng
2025-02-24 22:46:52 -08:00
committed by GitHub
parent 4ea8853c07
commit c4ca3ca0e8
2 changed files with 3 additions and 3 deletions

View File

@@ -141,7 +141,7 @@ class Settings(BaseSettings):
# TOTP Settings
TOTP_LIFESPAN_MINUTES: int = 10
VERIFICATION_CODE_INITIAL_WAIT_TIME_SECS: int = 40
VERIFICATION_CODE_POLLING_TIMEOUT_MINS: int = 15
VERIFICATION_CODE_POLLING_TIMEOUT_MINS: int = 5
# Bitwarden Settings
BITWARDEN_CLIENT_ID: str | None = None