get company size and role into intercom

This commit is contained in:
Martin McKeaveney 2021-10-25 11:00:33 +02:00
parent 36ce61c03e
commit 9a1807bc89
1 changed files with 2 additions and 0 deletions

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,
})
})
}