Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
coroiu committed Sep 13, 2024
1 parent c38bec7 commit 41b36f0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/bitwarden-fido/src/client.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
use passkey::client::WebauthnError;
use thiserror::Error;

use crate::types::InvalidOriginError;

use super::{
authenticator::GetSelectedCredentialError,
get_string_name_from_enum,
Expand All @@ -13,6 +11,7 @@ use super::{
Fido2Authenticator, PublicKeyCredentialAuthenticatorAssertionResponse,
PublicKeyCredentialAuthenticatorAttestationResponse,
};
use crate::types::InvalidOriginError;

#[derive(Debug, Error)]
pub enum Fido2ClientError {
Expand Down

0 comments on commit 41b36f0

Please sign in to comment.