This commit is contained in:
@ -14,7 +14,7 @@ pub struct FactorID(pub String);
|
||||
#[derive(Clone, Debug, serde::Serialize, serde::Deserialize)]
|
||||
pub enum TwoFactorType {
|
||||
TOTP(TotpKey),
|
||||
WEBAUTHN(WebauthnPubKey),
|
||||
WEBAUTHN(Box<WebauthnPubKey>),
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, serde::Serialize, serde::Deserialize)]
|
||||
|
Reference in New Issue
Block a user