Skip to content

Commit

Permalink
misc: fix signup issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Xyphyn committed Oct 3, 2023
1 parent c90b529 commit 7dce26a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/signup/[instance]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
type: 'success',
})
if (res?.jwt && res.verify_email_sent) {
if (res?.jwt) {
await setUser(res.jwt, $page.params.instance, username)
toast({ content: 'Successfully logged in.', type: 'success' })
Expand Down

0 comments on commit 7dce26a

Please sign in to comment.