Skip to content

Commit 177eaa3

Browse files
committed
chore: tracking
1 parent 22ee0fc commit 177eaa3

File tree

1 file changed

+5
-1
lines changed
  • src/routes/(public)/(guest)/register/invite/[slug]

1 file changed

+5
-1
lines changed

src/routes/(public)/(guest)/register/invite/[slug]/+page.svelte

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,11 @@
7777
await sdk.forConsole.account.updatePrefs(newPrefs);
7878
await invalidate(Dependencies.ACCOUNT);
7979
await goto(base);
80-
trackEvent('submit_account_create', { code: code });
80+
trackEvent('submit_account_create', {
81+
email: mail,
82+
name: name,
83+
code: code
84+
});
8185
}
8286
} catch (error) {
8387
addNotification({

0 commit comments

Comments
 (0)