Add captcha size in display (#595)

This commit is contained in:
Xavier Guimard 2017-01-26 17:53:14 +00:00
parent 469e6feadd
commit 086a1ddbd8

View File

@ -186,6 +186,7 @@ sub display {
%templateParams = (
%templateParams,
CAPTCHA_SRC => $req->captcha,
CAPTCHA_SIZE => $self->{conf}->{captcha_size} || 6
);
}
if ( $req->token ) {