diff --git a/src/Admin/Resources/templates/forms/index.html.twig b/src/Admin/Resources/templates/forms/index.html.twig index 7ff5ba0..18d8a25 100644 --- a/src/Admin/Resources/templates/forms/index.html.twig +++ b/src/Admin/Resources/templates/forms/index.html.twig @@ -67,8 +67,8 @@ {% endif %} {% if app.user.isSuperUser %} - {% if (form.recaptchaToken|length == 0) %} - + {% if (form.recaptchaToken|length == 0 and form.secret|length == 0) %} +