WIP
This commit is contained in:
@@ -508,7 +508,7 @@ $(function() {
|
||||
helpers.log('Connection established with the websocket.', helpers.LOG_TYPE.FORCE);
|
||||
// Auth with the socket.
|
||||
sendToSocket({
|
||||
authenticate: local_auth || getAuth()
|
||||
authenticate: localStorage.getItem('lauth') || getAuth()
|
||||
});
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user