forked from proxmox-mirrors/proxmox
tfa: clean up unused 'use' statements
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
11930517ef
commit
c76090b907
@ -4,10 +4,6 @@
|
|||||||
//! PBS, PVE, PMG.
|
//! PBS, PVE, PMG.
|
||||||
|
|
||||||
use anyhow::{bail, format_err, Error};
|
use anyhow::{bail, format_err, Error};
|
||||||
use serde::{Deserialize, Serialize};
|
|
||||||
|
|
||||||
#[cfg(feature = "api-types")]
|
|
||||||
use proxmox_schema::api;
|
|
||||||
|
|
||||||
use super::{OpenUserChallengeData, TfaConfig, TfaInfo, TfaUserData};
|
use super::{OpenUserChallengeData, TfaConfig, TfaInfo, TfaUserData};
|
||||||
use crate::totp::Totp;
|
use crate::totp::Totp;
|
||||||
|
Loading…
Reference in New Issue
Block a user