From 0216f562416d0d3cdc8fda91e0e71e76fe0f016b Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 15 Apr 2021 12:35:09 +0200 Subject: [PATCH] config: tfa: drop now unused schema::Updatable was used in a macro expansion, now handled otherwise Signed-off-by: Thomas Lamprecht --- src/config/tfa.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;