From c670c4e349053c3bc083adbc5f1a20ca853bd49c Mon Sep 17 00:00:00 2001 From: choelzl Date: Wed, 9 Feb 2022 13:02:51 +0100 Subject: [PATCH] WIP --- web/js/socketWrapper.js | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) 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' - }, - }) }; /*