We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afac7ba commit a3c7a04Copy full SHA for a3c7a04
src/render.rs
@@ -156,6 +156,10 @@ impl<W: std::io::Write> HeaderContext<W> {
156
Err(e) => log::info!("User authentication failed: {}", e),
157
}
158
159
+ log::debug!(
160
+ "Authentication failed with password_hash = {:?}",
161
+ password_hash
162
+ );
163
// The authentication failed
164
if let Some(link) = get_object_str(data, "link") {
165
self.response.status(StatusCode::FOUND);
0 commit comments