{% extends "multifactor/base.html" %}{% load static %} {% block card_title %}Add Authenticator{% endblock %} {% block content %} {% block preform %}

Start by downloading an Authenticator App on your phone. Show suggestions...

{{secret_key}}

Use your Authenticator to scan in this QR Code. It should give you a six-digit code in return. Enter this code below and click Verify.

{% endblock preform %}
{% csrf_token %}
{% endblock %} {% block head %} {% endblock %}