From 9b17d8bea14374dba7afc06cac5ef5f4636a27de Mon Sep 17 00:00:00 2001 From: Anthony LC Date: Tue, 26 Nov 2024 13:51:02 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A8(frontend)=20remove=20Crisp=20warni?= =?UTF-8?q?ng?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove the Crisp warning that was being displayed on the console in our environments. --- src/frontend/apps/impress/src/services/Crisp.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/frontend/apps/impress/src/services/Crisp.tsx b/src/frontend/apps/impress/src/services/Crisp.tsx index f0002aeb..ad165a0f 100644 --- a/src/frontend/apps/impress/src/services/Crisp.tsx +++ b/src/frontend/apps/impress/src/services/Crisp.tsx @@ -19,6 +19,7 @@ export const configureCrispSession = (websiteId: string) => { return; } Crisp.configure(websiteId); + Crisp.setSafeMode(true); }; export const terminateCrispSession = () => {