mirror of
https://github.com/bitwarden/browser
synced 2026-01-31 00:33:33 +00:00
squash userid
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user