Skip to content

Commit

Permalink
fix(website): identify manually
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Feb 5, 2025
1 parent 098bc79 commit 6f29d93
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions utils/identify.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,13 @@ export default function(email) {
posthog.get_distinct_id(),
{email: email}
);


if (window.signals) {
window.signals.identify({email: email});
}

let _hsq = window._hsq = window._hsq || [];
_hsq.push(['identify', {email: email}]);
}

0 comments on commit 6f29d93

Please sign in to comment.