Deleted 403 response code and now also comparing port on login.
This commit is contained in:
@ -138,10 +138,6 @@ function onWebSocketsMessage(message){
|
||||
}else{
|
||||
$('#passwordModal').modal('show');
|
||||
}
|
||||
break;
|
||||
case 403:
|
||||
//Forbidden
|
||||
|
||||
break;
|
||||
default:
|
||||
console.log('Unknown server response:');
|
||||
|
Reference in New Issue
Block a user