mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
fix(backend): the SaaS codebase is currently non-functional. (#11834)
This commit is contained in:
parent
974bcdfd0b
commit
d0b1d29379
@ -48,7 +48,7 @@ class Settings(BaseModel):
|
||||
email_verified: bool | None = None
|
||||
git_user_name: str | None = None
|
||||
git_user_email: str | None = None
|
||||
v1_enabled: bool = False
|
||||
v1_enabled: bool | None = None
|
||||
|
||||
model_config = ConfigDict(
|
||||
validate_assignment=True,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user