File "key-https-warning.twig"

Full Path: /home/vantageo/public_html/cache/cache/cache/.wp-cli/wp-content/plugins/wp-phpmyadmin-extension/lib/phpMyAdmin/templates/login/twofactor/key-https-warning.twig
File size: 226 bytes
MIME-type: text/plain
Charset: utf-8

{% if not is_https %}
  <div class="alert alert-danger" role="alert">
    {% trans "You are not using https to access phpMyAdmin, therefore FIDO U2F device will most likely refuse to authenticate you." %}
  </div>
{% endif %}