i can't type

This commit is contained in:
Kai Jan Kriegel 2023-02-13 18:50:57 +01:00
parent 353ae8a6ff
commit 41e337dd1f

View File

@ -158,7 +158,7 @@ impl AuthenticationSystem for Authentication {
};
}
Err(e) => {
tracing::error!(error = %e., "authentication failed");
tracing::warn!(error = %e, "authentication failed");
self.state = State::Aborted;
self.build_error(builder);