Skip to content

Commit

Permalink
toasts message updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mabu2807 committed Dec 12, 2023
1 parent 7c56a6c commit 53b1b2b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/routes/verify/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@
toastStore.trigger(tokenNotFound);
} else if (statusCode == 200) {
toastStore.trigger(verifySuccess);
} else {
toastStore.trigger(otherError);
}
}
async function resendToken() {
Expand Down

0 comments on commit 53b1b2b

Please sign in to comment.