This commit is contained in:
RochesterX
2025-11-28 13:54:57 -05:00
parent 881c057b6a
commit 711380db2a
11 changed files with 357 additions and 55 deletions

View File

@@ -16,7 +16,6 @@ export async function postData(url, data, token = null) {
const resultObject = await res.json();
if (resultObject.logout === true) {
alert("Session expired; please log in again.");
window.location.href = "/login";
return resultObject;
}