Hmm, it should work now, right? (Please... work..)
This commit is contained in:
parent
748e691a58
commit
c09b8d888f
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue