diff --git a/apps/desktop/desktop_native/win_webauthn/src/lib.rs b/apps/desktop/desktop_native/win_webauthn/src/lib.rs index f0c16d69c12..e9efc802a92 100644 --- a/apps/desktop/desktop_native/win_webauthn/src/lib.rs +++ b/apps/desktop/desktop_native/win_webauthn/src/lib.rs @@ -4,7 +4,10 @@ mod util; use std::{error::Error, fmt::Display}; -pub use types::{AuthenticatorInfo, CtapTransport, CtapVersion, PublicKeyCredentialParameters}; +pub use types::{ + AuthenticatorInfo, CredentialId, CtapTransport, CtapVersion, PublicKeyCredentialParameters, + UserId, +}; #[derive(Debug)] pub struct WinWebAuthnError {