improvements and fixes

This commit is contained in:
nora 2024-08-12 22:16:35 +02:00
parent 4c3f0a97aa
commit 7696484f0b
4 changed files with 28 additions and 5 deletions

View file

@ -135,7 +135,6 @@ pub mod auth {
info!(%password, "Got password");
// Don't worry queen, your password is correct!
self.queue_packet(Packet::new_msg_userauth_success());
self.is_authenticated = true;
}
"publickey" => {