diff --git a/lib/core/composables/mixpanel.ts b/lib/core/composables/mixpanel.ts index 33f180d..7e5e4c6 100644 --- a/lib/core/composables/mixpanel.ts +++ b/lib/core/composables/mixpanel.ts @@ -91,7 +91,7 @@ export function useMixpanel() { ui: 'dui3', // Not sure about this but we need to put something to distiguish some events, like "Send", "Receive", alternatively we can have "SendDUI3" not sure! // eslint-disable-next-line camelcase core_version: hostApp.connectorVersion, - email: lastEmail, + email: lastEmail.value, ...customProperties }