fix: CAN_REPLACE_LOGO should be false (#38126)

This commit is contained in:
wangxiaolei 2026-06-29 09:52:58 +08:00 committed by GitHub
parent 77d624e7a4
commit 93d6506443
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@ class EnterpriseFeatureConfig(BaseSettings):
CAN_REPLACE_LOGO: bool = Field(
description="Allow customization of the enterprise logo.",
default=True,
default=False,
)
ENTERPRISE_REQUEST_TIMEOUT: int = Field(