hydra-sql/templates/altcha.html.twig
Gauthier DUPONT 910ab9522b
Some checks reported warnings
Cadoles/hydra-sql/pipeline/head This commit is unstable
feat(altcha): add altcha validation layer to login
2025-03-26 16:12:31 +01:00

18 lines
451 B
Twig

{% block altcha_widget %}
<style>
.altcha label {
margin-bottom: 0;
}
</style>
<altcha-widget
challengejson={{challengeJson}}
name={{form.vars.full_name}}
strings="{{translations}}"
hidelogo
hidefooter
workers= {{ workers }}
delay={{ delay }}
{{ debug ? 'debug' : ''}}
{{ mockError ? 'mockerror' : ''}}
></altcha-widget>
{% endblock %}