aboutsummaryrefslogtreecommitdiff
path: root/srcs/phpmyadmin/templates/login/twofactor.twig
blob: af2bae3bbd48af95c920d6e7214ca49905f3938c (plain)
1
2
3
4
5
6
7
<form method="post" class="disableAjax">
    {{ get_hidden_inputs() }}
    {{ form|raw }}
    {% if show_submit %}
        <input class="btn btn-primary" type="submit" value="{% trans "Verify" %}">
    {% endif %}
</form>