{% extends "mfa_auth_base.html" %} {% block head %} {% endblock %} {% block content %}

Add Trusted Device
{% if success %}
Please check your PC window, to continue the process.
{% elif added %}
Your device is now trusted, please try to login
{% else %}
Please make sure you are not in private (incognito) mode
{% csrf_token %} {% if invalid %}
{{ invalid }}
{% endif %} {% if quota %}
{{ quota }}
{% endif %}
I confirm that this device is mine and it is only used by me.
{% comment %}
{% endcomment %}
{% endif %}
{% endblock %}