From fa7bb19a4e258c68e4abd226d00c204e83aba66e Mon Sep 17 00:00:00 2001 From: Isaiah Inuwa Date: Mon, 24 Nov 2025 07:29:45 -0600 Subject: [PATCH] squash userid --- apps/desktop/desktop_native/win_webauthn/src/lib.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 {