Append log (#2019)

This commit is contained in:
Christophe Maudoux 2020-02-16 13:20:37 +01:00
parent 57b546d112
commit 82f2e8d00c

View File

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