fix: return accountInfo if grace period is set (#594)

Signed-off-by: Jonah Zürcher <jonah.zuercher@adfinis.com>
pull/600/head
Jonah 5 months ago committed by GitHub
parent d558552c55
commit bd9ba6fc4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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