mirror of
https://git.proxmox.com/git/pve-access-control
synced 2025-10-04 00:02:57 +00:00
pveum: indentation clean-up
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
7d05a239d2
commit
3f73052b19
@ -237,11 +237,10 @@ our $cmddef = {
|
||||
sync => [ 'PVE::API2::Domains', 'sync', ['realm'], ],
|
||||
},
|
||||
|
||||
ticket => [ 'PVE::API2::AccessControl', 'create_ticket', ['username'], undef,
|
||||
sub {
|
||||
my ($res) = @_;
|
||||
print "$res->{ticket}\n";
|
||||
}],
|
||||
ticket => [ 'PVE::API2::AccessControl', 'create_ticket', ['username'], undef, sub {
|
||||
my ($res) = @_;
|
||||
print "$res->{ticket}\n";
|
||||
}],
|
||||
|
||||
passwd => [ 'PVE::API2::AccessControl', 'change_password', ['userid'] ],
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user