Skip to content

Commit

Permalink
fix: crisp set widget email (#1268)
Browse files Browse the repository at this point in the history
  • Loading branch information
annarhughes authored Jan 13, 2025
1 parent d3a07ee commit 1037ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/crisp/CrispIframe.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const CrispIframe = () => {
// Acts as a trigger to overwrite the initial message - see AI automations -> chatbox triggers
crisp.push(['set', 'session:event', 'widget:loaded']);
// Set user email to set the contact
crisp.push(['set', 'user:email', [userEmail]]);
crisp.push(['set', 'user:email', userEmail]);

crisp.push([
'on',
Expand Down

0 comments on commit 1037ed2

Please sign in to comment.