mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2026-01-05 23:34:26 +01:00
Go to home page after resetting, wait 3s
This commit is contained in:
@@ -29,8 +29,8 @@ export function DeleteEverything() {
|
||||
setConfirmOpen(false);
|
||||
setConfirmLoading(false);
|
||||
setTimeout(() => {
|
||||
window.location.reload();
|
||||
}, 1000);
|
||||
window.location.href = "/";
|
||||
}, 3000);
|
||||
}
|
||||
|
||||
async function confirmReset() {
|
||||
|
||||
Reference in New Issue
Block a user