This commit is contained in:
choelzl 2022-02-09 13:02:51 +01:00
parent eb4af7ef5b
commit c670c4e349
Signed by: sora
GPG Key ID: A362EA0491E2EEA0

View File

@ -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'
},
})
};
/*