1
0
Fork 0
mirror of synced 2024-06-14 08:24:48 +12:00

get company size and role into intercom

This commit is contained in:
Martin McKeaveney 2021-10-25 11:00:33 +02:00
parent 77cf485b01
commit 51416be213

View file

@ -60,6 +60,8 @@ export function createAuthStore() {
name: user.name,
user_id: user._id,
tenant: user.tenantId,
"Company size": user.size,
"Job role": user.profession,
})
})
}