diff --git a/web/js/socketWrapper.js b/web/js/socketWrapper.js index 7118cec..06f97e5 100644 --- a/web/js/socketWrapper.js +++ b/web/js/socketWrapper.js @@ -508,16 +508,8 @@ $(function() { helpers.log('Connection established with the websocket.', helpers.LOG_TYPE.FORCE); // Auth with the socket. sendToSocket({ - authenticate: getAuth() + authenticate: local_auth || getAuth() }); - sendToSocket({ - remote:'true', - query:'login', - params:{ - user:'sora', - pass:'DcLmS5imaMacZzajNaEhc5pM27eg92cJXr3twmo9wM3b3yhzghtwkhZPdax99uo9' - }, - }) }; /*