Consent screen (#2381)

* update

* add consent popup

* rm
This commit is contained in:
pablodanswer
2024-09-09 19:40:32 -07:00
committed by GitHub
parent aa86830bde
commit e563746730
4 changed files with 78 additions and 21 deletions

View File

@@ -28,6 +28,7 @@ class EnterpriseSettings(BaseModel):
custom_header_content: str | None = None
custom_popup_header: str | None = None
custom_popup_content: str | None = None
enable_consent_screen: bool | None = None
def check_validity(self) -> None:
return