diff --git a/src/components/App/hooks/intercom.tsx b/src/components/App/hooks/intercom.tsx index 810cbf1c..9f28561e 100644 --- a/src/components/App/hooks/intercom.tsx +++ b/src/components/App/hooks/intercom.tsx @@ -17,6 +17,7 @@ export function useIntercom() { () => ({ user_id: userId || undefined, name: profile.name || undefined, + email: profile.username || undefined, avatar: profile.picture || undefined, user_hash: profile.user_hmac || undefined, }),