summaryrefslogtreecommitdiffstats
path: root/dom/webauthn/authrs_bridge/src/about_webauthn_controller.rs
diff options
context:
space:
mode:
Diffstat (limited to 'dom/webauthn/authrs_bridge/src/about_webauthn_controller.rs')
-rw-r--r--dom/webauthn/authrs_bridge/src/about_webauthn_controller.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/dom/webauthn/authrs_bridge/src/about_webauthn_controller.rs b/dom/webauthn/authrs_bridge/src/about_webauthn_controller.rs
index 8d77a62df4..5c160b9333 100644
--- a/dom/webauthn/authrs_bridge/src/about_webauthn_controller.rs
+++ b/dom/webauthn/authrs_bridge/src/about_webauthn_controller.rs
@@ -4,9 +4,9 @@
use super::*;
use authenticator::{
- ctap2::commands::{PinUvAuthResult, StatusCode},
+ ctap2::commands::StatusCode,
errors::{CommandError, HIDError},
- BioEnrollmentCmd, CredManagementCmd, InteractiveRequest, InteractiveUpdate, PinError,
+ BioEnrollmentCmd, CredManagementCmd, InteractiveUpdate, PinError,
};
use serde::{Deserialize, Serialize};