From 281a5dd1fcfb2f78bf20539a5552fb9b95dec10d Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Fri, 19 Nov 2021 12:49:46 +0100 Subject: [PATCH] cleanup unused re-exports Signed-off-by: Wolfgang Bumiller --- src/config/tfa.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/config/tfa.rs b/src/config/tfa.rs index c6476426..0e0b7638 100644 --- a/src/config/tfa.rs +++ b/src/config/tfa.rs @@ -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};