This commit is contained in:
2023-10-07 00:28:02 +00:00
parent b8e60396b8
commit 238f694e9a
6 changed files with 213 additions and 4 deletions

View File

@@ -50,6 +50,8 @@ const failMsg = (msg) => {
...SwalConfig,
title: "Error!",
text: msg,
}).then(() => {
window.location.replace("/");
});
}