merge-requests/133/head
Christophe Maudoux 5 years ago
parent 57b546d112
commit 82f2e8d00c
  1. 1
      lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Plugins/RESTServer.pm

@ -579,6 +579,7 @@ sub removeSessions {
sub sendCaptcha {
my ( $self, $req ) = @_;
$self->logger->info("User request for captcha renew");
my ( $token, $image ) = $self->captcha->getCaptcha($req);
return $self->p->sendJSONresponse( $req,

Loading…
Cancel
Save