fix: mixpanel email (#54)

This commit is contained in:
Oğuzhan Koral
2025-08-19 16:15:50 +01:00
committed by GitHub
parent b7e347f3f0
commit 54039daa32
+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
}