repo.or.cz
/
phpmyadmin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Translated using Weblate (Thai)
[phpmyadmin.git]
/
templates
/
login
/
twofactor.twig
blob
af2bae3bbd48af95c920d6e7214ca49905f3938c
1
<form method="post" class="disableAjax">
2
{{ get_hidden_inputs() }}
3
{{ form|raw }}
4
{% if show_submit %}
5
<input class="btn btn-primary" type="submit" value="{% trans "Verify" %}">
6
{% endif %}
7
</form>