{% extends "multifactor/base.html" %}{% load static %} {% block card_title %}Add Authenticator{% endblock %} {% block card_classes %}card-login mx-auto{% endblock %} {% block content %}
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 %} {% block head %} {% endblock %}