.
This commit is contained in:
+1
-1
@@ -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");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user