mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 20:13:36 +00:00
Let's actually use the supplied password.
This commit is contained in:
parent
382cfb0711
commit
ed717d4f88
@ -100,7 +100,7 @@ WebSocketClient::WebSocketClient(Listener* listener) {
|
||||
this->SetState(State::Authenticating);
|
||||
this->client.send(
|
||||
connection,
|
||||
createAuthenticateRequest(""),
|
||||
createAuthenticateRequest(this->password),
|
||||
websocketpp::frame::opcode::text);
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user