Hmm, it should work now, right? (Please... work..)

This commit is contained in:
Andras Bacsai
2021-06-22 12:07:51 +02:00
parent 748e691a58
commit c09b8d888f

View File

@@ -42,7 +42,7 @@
}); });
toast.push(message); toast.push(message);
setTimeout(() => { setTimeout(() => {
browser && location.reload(); browser && window.location.replace('/')
}, 1000); }, 1000);
} catch (error) { } catch (error) {
loading = false; loading = false;