Skip to content

Commit 93161aa

Browse files
fix typo
1 parent c34cee9 commit 93161aa

File tree

1 file changed

+1
-1
lines changed
  • services/web/server/src/simcore_service_webserver/login

1 file changed

+1
-1
lines changed

services/web/server/src/simcore_service_webserver/login/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class LoginSettings(BaseCustomSettings):
3737

3838
LOGIN_TWILIO: TwilioSettings | None = Field(
3939
description="Twilio service settings. Used to send SMS for 2FA",
40-
json_schema_extra={"auto_default_from_env=True": True}
40+
json_schema_extra={"auto_default_from_env": True}
4141
)
4242

4343
LOGIN_2FA_CODE_EXPIRATION_SEC: PositiveInt = Field(

0 commit comments

Comments
 (0)