From 54039daa329b227f003b3de5f0fa162037aeca8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?O=C4=9Fuzhan=20Koral?= <45078678+oguzhankoral@users.noreply.github.com> Date: Tue, 19 Aug 2025 16:15:50 +0100 Subject: [PATCH] fix: mixpanel email (#54) --- lib/core/composables/mixpanel.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }