We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22ee0fc commit 177eaa3Copy full SHA for 177eaa3
src/routes/(public)/(guest)/register/invite/[slug]/+page.svelte
@@ -77,7 +77,11 @@
77
await sdk.forConsole.account.updatePrefs(newPrefs);
78
await invalidate(Dependencies.ACCOUNT);
79
await goto(base);
80
- trackEvent('submit_account_create', { code: code });
+ trackEvent('submit_account_create', {
81
+ email: mail,
82
+ name: name,
83
+ code: code
84
+ });
85
}
86
} catch (error) {
87
addNotification({
0 commit comments