mirror of
https://git.proxmox.com/git/pve-access-control
synced 2025-10-04 14:18:28 +00:00
use statement fixup
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
dc7ef2401a
commit
2974aa3345
@ -7,9 +7,10 @@ use HTTP::Status qw(:constants);
|
||||
|
||||
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::JSONSchema qw(get_standard_option);
|
||||
use PVE::RPCEnvironment;
|
||||
use PVE::SafeSyslog;
|
||||
|
||||
use PVE::API2::AccessControl; # for old login api get_u2f_instance method
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user