diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/2F/Register/TOTP.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/2F/Register/TOTP.pm index 02c550942..557e3e333 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/2F/Register/TOTP.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/2F/Register/TOTP.pm @@ -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");