🚨(frontend) remove Crisp warning

Remove the Crisp warning that was being displayed
on the console in our environments.
This commit is contained in:
Anthony LC
2024-11-26 13:51:02 +01:00
committed by Anthony LC
parent 69d6b6f934
commit 9b17d8bea1

View File

@@ -19,6 +19,7 @@ export const configureCrispSession = (websiteId: string) => {
return;
}
Crisp.configure(websiteId);
Crisp.setSafeMode(true);
};
export const terminateCrispSession = () => {