cleanup unused re-exports

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2021-11-19 12:49:46 +01:00
parent df3b3d1798
commit 281a5dd1fc

View File

@ -12,8 +12,7 @@ use proxmox::tools::fs::CreateOptions;
use proxmox_tfa::totp::Totp;
pub use proxmox_tfa::api::{
TfaChallenge, TfaConfig, TfaEntry, TfaInfo, TfaResponse, TfaUserData, U2fConfig,
WebauthnConfig, WebauthnConfigUpdater,
TfaChallenge, TfaConfig, TfaResponse, WebauthnConfig, WebauthnConfigUpdater,
};
use pbs_api_types::{User, Userid};