diff --git a/src/routes/index.svelte b/src/routes/index.svelte index 5a3554bec..93c4637b4 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -42,7 +42,7 @@ }); toast.push(message); setTimeout(() => { - browser && location.reload(); + browser && window.location.replace('/') }, 1000); } catch (error) { loading = false;