]> git.proxmox.com Git - pve-access-control.git/commitdiff
use statement fixup
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 14 Dec 2021 08:13:44 +0000 (09:13 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 14 Dec 2021 08:13:44 +0000 (09:13 +0100)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
src/PVE/API2/TFA.pm

index fd42d900f72b9c4f1e41b11577d84efff8cfca1d..bee4dee7deba40b2dd825debe3189e42acfd3f94 100644 (file)
@@ -7,9 +7,10 @@ use HTTP::Status qw(:constants);
 
 use PVE::AccessControl;
 use PVE::Cluster qw(cfs_read_file cfs_write_file);
 
 use PVE::AccessControl;
 use PVE::Cluster qw(cfs_read_file cfs_write_file);
-use PVE::JSONSchema qw(get_standard_option);
 use PVE::Exception qw(raise raise_perm_exc raise_param_exc);
 use PVE::Exception qw(raise raise_perm_exc raise_param_exc);
+use PVE::JSONSchema qw(get_standard_option);
 use PVE::RPCEnvironment;
 use PVE::RPCEnvironment;
+use PVE::SafeSyslog;
 
 use PVE::API2::AccessControl; # for old login api get_u2f_instance method
 
 
 use PVE::API2::AccessControl; # for old login api get_u2f_instance method