Skip to content

Commit 8510639

Browse files
committed
fix: fixed 10 seconds waiting in finishing
1 parent f1ea068 commit 8510639

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

src/lib/pages/Step4.svelte

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,6 @@
264264
loading = true;
265265
error = null;
266266
267-
await new Promise((resolve) => setTimeout(resolve, 10000));
268-
269267
ApiUtil.post({
270268
path: "/api/setup/finish",
271269
body: { ...account, setupLocale: $currentLanguage.locale },

0 commit comments

Comments
 (0)