From c09b8d888f7d651d1d05c455ba53ca8ada265bb0 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Tue, 22 Jun 2021 12:07:51 +0200 Subject: [PATCH] Hmm, it should work now, right? (Please... work..) --- src/routes/index.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;