add captcha

This commit is contained in:
Simon Vieille 2022-05-29 21:14:55 +02:00
parent 2cd95223e6
commit a0a030d783
Signed by: deblan
GPG Key ID: 579388D585F70417
1 changed files with 2 additions and 0 deletions

View File

@ -97,6 +97,8 @@ class UserCommentType extends AbstractType
'width' => 140,
'height' => 50,
'length' => 3,
'reload' => true,
'as_url' => true,
]
);