Player
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user