Fix comment

This commit is contained in:
Christophe Maudoux 2018-09-04 21:02:57 +02:00
parent 76768d8e21
commit f51c11e507

View File

@ -206,7 +206,7 @@ sub run {
$_2fDevices = [];
}
# Loading TOTP secret
# Looking for TOTP
my @totp2f = grep { $_->{type} eq "TOTP" } @$_2fDevices;
unless (@totp2f) {
$self->logger->debug("No TOTP found");