config: tfa: drop now unused schema::Updatable
was used in a macro expansion, now handled otherwise Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
80acdd71fa
commit
0216f56241
|
@ -18,7 +18,7 @@ use webauthn_rs::{proto::UserVerificationPolicy, Webauthn};
|
||||||
use webauthn_rs::proto::Credential as WebauthnCredential;
|
use webauthn_rs::proto::Credential as WebauthnCredential;
|
||||||
|
|
||||||
use proxmox::api::api;
|
use proxmox::api::api;
|
||||||
use proxmox::api::schema::{Updatable, Updater};
|
use proxmox::api::schema::Updater;
|
||||||
use proxmox::sys::error::SysError;
|
use proxmox::sys::error::SysError;
|
||||||
use proxmox::tools::fs::CreateOptions;
|
use proxmox::tools::fs::CreateOptions;
|
||||||
use proxmox::tools::tfa::totp::Totp;
|
use proxmox::tools::tfa::totp::Totp;
|
||||||
|
|
Loading…
Reference in New Issue