Add DB parameter to app configuration in web UI

This commit is contained in:
Théophile Diot 2024-03-22 14:26:55 +00:00
parent 162aad86c0
commit ec29c70d90
No known key found for this signature in database
GPG key ID: 248FEA4BAE400D06

View file

@ -205,6 +205,7 @@ try:
DARK_MODE=False,
CURRENT_TOTP_TOKEN=None,
SCRIPT_NONCE=sha256(urandom(32)).hexdigest(),
DB=db,
)
except FileNotFoundError as e:
app.logger.error(repr(e), e.filename)