diff --git a/src/config/tfa.rs b/src/config/tfa.rs index 6b65f6a5..6a991d1e 100644 --- a/src/config/tfa.rs +++ b/src/config/tfa.rs @@ -18,7 +18,7 @@ use webauthn_rs::{proto::UserVerificationPolicy, Webauthn}; use webauthn_rs::proto::Credential as WebauthnCredential; use proxmox::api::api; -use proxmox::api::schema::{Updatable, Updater}; +use proxmox::api::schema::Updater; use proxmox::sys::error::SysError; use proxmox::tools::fs::CreateOptions; use proxmox::tools::tfa::totp::Totp;