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 54fe742 commit 337b018Copy full SHA for 337b018
libwebauthn/src/management/bio_enrollment.rs
@@ -98,7 +98,7 @@ where
98
// No UV needed
99
let resp = self.ctap2_bio_enrollment(&req, timeout).await?;
100
let Some(fingerprint_kind) = resp.fingerprint_kind else {
101
- info!("Channel did not return fingerprint_kind Sensor Info");
+ info!("Channel did not return fingerprint_kind in sensor info.");
102
return Err(Error::Ctap(CtapError::Other))
103
};
104
Ok(Ctap2BioEnrollmentFingerprintSensorInfo {
0 commit comments