Fixed issue where userpass not existing

This commit is contained in:
Kasper Rynning-Tønnesen
2018-03-13 18:16:08 +01:00
parent ed38c213ac
commit c3e982ee8a
3 changed files with 4 additions and 2 deletions

View File

@@ -181,6 +181,7 @@ function get_list_ajax() {
}
},
error: function(response) {
console.log(response);
if(response.responseJSON.status == 403) {
start_auth();
} else if(response.responseJSON.status == 429) {