get company size and role into intercom
This commit is contained in:
parent
36ce61c03e
commit
9a1807bc89
|
@ -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,
|
||||
})
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue