Skip to content

Commit 9b17d8b

Browse files
committed
🚨(frontend) remove Crisp warning
Remove the Crisp warning that was being displayed on the console in our environments.
1 parent 69d6b6f commit 9b17d8b

File tree

1 file changed

+1
-0
lines changed
  • src/frontend/apps/impress/src/services

1 file changed

+1
-0
lines changed

src/frontend/apps/impress/src/services/Crisp.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export const configureCrispSession = (websiteId: string) => {
1919
return;
2020
}
2121
Crisp.configure(websiteId);
22+
Crisp.setSafeMode(true);
2223
};
2324

2425
export const terminateCrispSession = () => {

0 commit comments

Comments
 (0)