Skip to content

Commit 9d007b5

Browse files
committed
perhaps we're redirecting and the request isn't going through?
1 parent 2ffc0a8 commit 9d007b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/routes/unfinishedsignup/+page.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@
103103
104104
finishSignup()
105105
.then(
106-
() => {
106+
async () => {
107107
// clear cache
108-
Authentication.usernameFromCode(
108+
await Authentication.usernameFromCode(
109109
this.username,
110110
this.token,
111111
true,

0 commit comments

Comments
 (0)