We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 683757f commit 9dcfe53Copy full SHA for 9dcfe53
1 file changed
credentialsd/src/dbus/gateway.rs
@@ -602,7 +602,7 @@ impl From<WebAuthnError> for Error {
602
mod test {
603
use credentialsd_common::model::WebAuthnError;
604
605
- use crate::webauthn::{AppId, NavigationContext, Origin};
+ use crate::webauthn::{NavigationContext, Origin};
606
607
use super::check_origin_from_privileged_client;
608
fn check_same_origin(origin: &str) -> Result<NavigationContext, WebAuthnError> {
0 commit comments