fix: remove default value

This commit is contained in:
GareArc 2025-03-14 13:26:44 -04:00
parent 66f35c2b7e
commit f1240a22db

View File

@ -38,7 +38,7 @@ class LicenseModel(BaseModel):
class BrandingModel(BaseModel):
enabled: bool = False
application_title: str = "Dify"
application_title: str = ""
login_page_logo: str = ""
workspace_logo: str = ""
favicon: str = ""