Go to home page after resetting, wait 3s

This commit is contained in:
Tony Giorgio
2023-04-28 14:03:53 -05:00
parent 07f0d0f016
commit 7682f68068

View File

@@ -29,8 +29,8 @@ export function DeleteEverything() {
setConfirmOpen(false);
setConfirmLoading(false);
setTimeout(() => {
window.location.reload();
}, 1000);
window.location.href = "/";
}, 3000);
}
async function confirmReset() {