Deleted 403 response code and now also comparing port on login.

This commit is contained in:
Carlos
2019-08-12 19:39:32 +02:00
parent bbb35815e9
commit 4ce66aec2e
7 changed files with 21 additions and 57 deletions

View File

@ -138,10 +138,6 @@ function onWebSocketsMessage(message){
}else{
$('#passwordModal').modal('show');
}
break;
case 403:
//Forbidden
break;
default:
console.log('Unknown server response:');