giving the user's email to the crisp session automatically

This commit is contained in:
Carter 2025-12-22 11:54:03 -06:00
parent e438e6fa96
commit 6737db1149
3 changed files with 28 additions and 4 deletions

7
package-lock.json generated
View file

@ -30,6 +30,7 @@
"@turf/turf": "^7.2.0",
"@types/classnames": "^2.3.0",
"axios": "^1.7.7",
"crisp-sdk-web": "^1.0.26",
"dayjs": "^1.11.13",
"deep-object-diff": "^1.1.9",
"framer-motion": "^12.6.2",
@ -7365,6 +7366,12 @@
"node": ">= 6"
}
},
"node_modules/crisp-sdk-web": {
"version": "1.0.26",
"resolved": "https://registry.npmjs.org/crisp-sdk-web/-/crisp-sdk-web-1.0.26.tgz",
"integrity": "sha512-MBK/+tCNJmt/l9ZYHb0cUUaaF02rCKeqLw1cruY/HU48tPOOnhUM0JdvuPaeq1d5VB2DCILY4rGYE4NeJbXvzg==",
"license": "MIT"
},
"node_modules/cross-spawn": {
"version": "7.0.6",
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",