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.
/forgotPassword
1 parent 3352ef4 commit 417eb8aCopy full SHA for 417eb8a
src/routes/forgotPassword/+page.svelte
@@ -19,7 +19,7 @@
19
}
20
21
$effect(() => {
22
- if (browser && !$token) goto("/account")
+ if (browser && $token) goto("/account")
23
})
24
</script>
25
0 commit comments