hydra-sql/templates/altcha.html.twig
Gauthier DUPONT 0c626ef23c
Some checks reported warnings
Cadoles/hydra-sql/pipeline/pr-develop This commit was not built
feat(altcha): add altcha validation layer to login
2025-04-10 14:48:07 +02:00

13 lines
347 B
Twig

{% block altcha_widget %}
<altcha-widget
challengejson={{challengeJson}}
name='altcha'
strings="{{translations}}"
hidelogo
hidefooter
workers= {{ workers }}
delay={{ delay }}
{{ debug ? 'debug' : ''}}
{{ mockError ? 'mockerror' : ''}}
></altcha-widget>
{% endblock %}