🚨(frontend) remove Crisp warning
Remove the Crisp warning that was being displayed on the console in our environments.
This commit is contained in:
@@ -19,6 +19,7 @@ export const configureCrispSession = (websiteId: string) => {
|
||||
return;
|
||||
}
|
||||
Crisp.configure(websiteId);
|
||||
Crisp.setSafeMode(true);
|
||||
};
|
||||
|
||||
export const terminateCrispSession = () => {
|
||||
|
||||
Reference in New Issue
Block a user