blob: d3f9c04cd062fe3aadcfd5eda30976e4e2fcaaab (
plain)
1
2
3
4
5
|
{% if not is_https %}
<div class="error">
{% trans "You are not using https to access phpMyAdmin, therefore FIDO U2F device will most likely refuse to authenticate you." %}
</div>
{% endif %}
|