Modify debug info (#1442)

environments/ppa-mbqj77/deployments/25
Christophe Maudoux 7 years ago
parent 0acc566cfc
commit 9fa1eb0a54
  1. 2
      lemonldap-ng-portal/lib/Lemonldap/NG/Portal/2F/U2F.pm

@ -52,7 +52,7 @@ sub run {
my ( $self, $req, $token ) = @_;
my $checkLogins = $req->param('checkLogins');
$self->logger->debug("checkLogins set") if ($checkLogins);
$self->logger->debug("U2F checkLogins set") if ($checkLogins);
# Check if user is registered
if ( my $res = $self->loadUser( $req, $req->sessionInfo ) ) {

Loading…
Cancel
Save