We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c34cee9 commit 93161aaCopy full SHA for 93161aa
services/web/server/src/simcore_service_webserver/login/settings.py
@@ -37,7 +37,7 @@ class LoginSettings(BaseCustomSettings):
37
38
LOGIN_TWILIO: TwilioSettings | None = Field(
39
description="Twilio service settings. Used to send SMS for 2FA",
40
- json_schema_extra={"auto_default_from_env=True": True}
+ json_schema_extra={"auto_default_from_env": True}
41
)
42
43
LOGIN_2FA_CODE_EXPIRATION_SEC: PositiveInt = Field(
0 commit comments