This commit is contained in:
2024-03-18 17:34:35 +01:00
parent 25c5c1b018
commit 3762750968
2 changed files with 6 additions and 5 deletions

View File

@ -56,8 +56,10 @@
}
async function unRegister(){
await deleteUser(user.regNo);
disconnect();
setTimeout(() => {
window.location.href="#/home";
}, "500");
}