mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-04 07:00:23 +00:00
include uid as explicit property on mixpanel profile
This commit is contained in:
@@ -90,6 +90,7 @@ export const useFirebaseAuthStore = defineStore('firebaseAuth', () => {
|
||||
;(window as any).mixpanel
|
||||
.identify(user.uid)(window as any)
|
||||
.mixpanel.people.set({
|
||||
uid: user.uid,
|
||||
$email: user.email,
|
||||
$name: user.displayName,
|
||||
$created: user.metadata.creationTime
|
||||
|
||||
Reference in New Issue
Block a user