Compare commits

...

1 Commits

Author SHA1 Message Date
oguzhankoral 479c031e98 fix: mixpanel email 2025-08-19 16:12:35 +01:00
+1 -1
View File
@@ -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
}