This commit is contained in:
Ross
2021-12-12 18:03:12 +00:00
parent dc5f514f7a
commit 4a6487fcef
+1 -1
View File
@@ -140,7 +140,7 @@ async function retrievePacketList() {
} }
}, },
error: function(httpObj, textStatus) { error: function(httpObj, textStatus) {
if (httpObj.status==401) { if (httpObj.status == 401 || httpObj.status == 404) {
$.notify("Unable to login", "error"); $.notify("Unable to login", "error");
} }