diff --git a/pve-rs/src/tfa.rs b/pve-rs/src/tfa.rs index 2b61344..798cdad 100644 --- a/pve-rs/src/tfa.rs +++ b/pve-rs/src/tfa.rs @@ -20,7 +20,7 @@ use nix::errno::Errno; use nix::sys::stat::Mode; use serde_json::Value as JsonValue; -pub(self) use proxmox_tfa::api::{ +use proxmox_tfa::api::{ RecoveryState, TfaChallenge, TfaConfig, TfaResponse, TfaUserData, U2fConfig, UserChallengeAccess, WebauthnConfig, };