mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-14 15:05:54 +08:00
fix: remove default value
This commit is contained in:
parent
66f35c2b7e
commit
f1240a22db
@ -38,7 +38,7 @@ class LicenseModel(BaseModel):
|
|||||||
|
|
||||||
class BrandingModel(BaseModel):
|
class BrandingModel(BaseModel):
|
||||||
enabled: bool = False
|
enabled: bool = False
|
||||||
application_title: str = "Dify"
|
application_title: str = ""
|
||||||
login_page_logo: str = ""
|
login_page_logo: str = ""
|
||||||
workspace_logo: str = ""
|
workspace_logo: str = ""
|
||||||
favicon: str = ""
|
favicon: str = ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user