ui stuff
This commit is contained in:
@@ -228,7 +228,6 @@ impl RecvHandler<ClientRequestMsg> for ClientHandler {
|
||||
let _ = replier.send(LoginResp::InvalidPassword).await;
|
||||
return;
|
||||
}
|
||||
println!("login: \"{username}\"");
|
||||
*self.state.write().await = ClientState::Authed(id);
|
||||
let _ = replier.send(LoginResp::Ok { id }).await;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user