hydra-sql/templates/altcha.html.twig
Gauthier DUPONT 488ca00a41
Some checks failed
Cadoles/hydra-sql/pipeline/head There was a failure building this commit
feat(altcha): add altcha validation layer to login
2025-03-24 17:20:17 +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 %}