diff --git a/src/auth.rs b/src/auth.rs index 21468d4b..c75baf34 100644 --- a/src/auth.rs +++ b/src/auth.rs @@ -55,7 +55,6 @@ impl Authenticator for PbsAuthenticator { log::warn!("could not upgrade a users password! - {e}"); } } - } } Ok(())