diff --git a/src/config/tfa.rs b/src/config/tfa.rs index c6476426..0e0b7638 100644 --- a/src/config/tfa.rs +++ b/src/config/tfa.rs @@ -12,8 +12,7 @@ use proxmox::tools::fs::CreateOptions; use proxmox_tfa::totp::Totp; pub use proxmox_tfa::api::{ - TfaChallenge, TfaConfig, TfaEntry, TfaInfo, TfaResponse, TfaUserData, U2fConfig, - WebauthnConfig, WebauthnConfigUpdater, + TfaChallenge, TfaConfig, TfaResponse, WebauthnConfig, WebauthnConfigUpdater, }; use pbs_api_types::{User, Userid};