Skip to content

Commit b323706

Browse files
fix auto_default_from_env prop
1 parent efefd0a commit b323706

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
@@ -36,7 +36,7 @@ class LoginSettings(BaseCustomSettings):
3636
)
3737

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

0 commit comments

Comments
 (0)