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 c01d9a5 commit 07cb035Copy full SHA for 07cb035
src/routes/(public)/(guest)/register/invite/[slug]/+page.svelte
@@ -75,7 +75,7 @@
75
const prefs = await sdk.forConsole.account.getPrefs();
76
const newPrefs = { ...prefs, code };
77
await sdk.forConsole.account.updatePrefs(newPrefs);
78
- await invalidate(Dependencies.ACCOUNT);
+ invalidate(Dependencies.ACCOUNT);
79
await goto(base);
80
trackEvent(Submit.AccountCreate, {
81
email: mail,
0 commit comments