Skip to content

Commit

Permalink
provide email
Browse files Browse the repository at this point in the history
  • Loading branch information
macjuul committed Feb 6, 2025
1 parent b5d9ac5 commit 396afb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/App/hooks/intercom.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}),
Expand Down

0 comments on commit 396afb9

Please sign in to comment.