mirror of
https://git.proxmox.com/git/pve-access-control
synced 2025-10-04 05:38:31 +00:00
pveum: list tfa: recovery keys have no descriptions
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
1852a92938
commit
c200d9fd70
@ -176,7 +176,7 @@ __PACKAGE__->register_method({
|
||||
my $nl = '';
|
||||
for my $entry (@$entries) {
|
||||
my ($id, $ty, $desc) = ($entry->@{qw/id type description/});
|
||||
printf("${nl}${indent}%-9s %s\n${indent} %s\n", "$ty:", $id, $desc);
|
||||
printf("${nl}${indent}%-9s %s\n${indent} %s\n", "$ty:", $id, $desc // '');
|
||||
$nl = "\n";
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user