Skip to content

Commit

Permalink
fix docs on make-credential
Browse files Browse the repository at this point in the history
  • Loading branch information
Progdrasil committed Jul 30, 2024
1 parent c77681d commit 0c39e62
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions passkey-types/src/ctap2/make_credential.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ use serde::{Deserialize, Serialize};
use crate::{ctap2::AuthenticatorData, webauthn, Bytes};

#[cfg(doc)]
use crate::webauthn::{
CollectedClientData, PublicKeyCredentialCreationOptions, PublicKeyCredentialDescriptor,
use {
crate::webauthn::{
CollectedClientData, PublicKeyCredentialCreationOptions, PublicKeyCredentialDescriptor,
},
ciborium::value::Value,
};

use super::extensions::{AuthenticatorPrfInputs, AuthenticatorPrfMakeOutputs, HmacGetSecretInput};
Expand Down

0 comments on commit 0c39e62

Please sign in to comment.