UI Improvements

This commit is contained in:
2023-10-04 01:53:05 -04:00
parent 4951c288fa
commit 22d79165b2
7 changed files with 22 additions and 4 deletions

View File

@@ -136,6 +136,8 @@ $(() => {
Swal.fire({
...SwalConfig,
text: message
}).then(() => {
window.location.replace("/");
});
}