fix: return accountInfo if grace period is set

Signed-off-by: Jonah Zürcher <jonah.zuercher@adfinis.com>
pull/594/head
jon4hz 3 months ago
parent bdc360b421
commit aaea138ab5
No known key found for this signature in database
GPG Key ID: 4B0AFE9E7118898E

@ -546,7 +546,7 @@ sub print_account_info {
osh_info("- PIV grace period for this account is "
. colored('set', 'green')
. " and expires in "
. $fnret->value->{'human'});
. $fnret->{'human'});
}
else {
osh_info "- PIV grace period for this account is " . colored('inactive', 'blue');

Loading…
Cancel
Save