6 lines
138 B
HTML
Executable File
6 lines
138 B
HTML
Executable File
{% extends "mfa/base_manage.html" %}
|
|
{% load i18n %}
|
|
{% block head_title %}
|
|
{% trans "Authenticator App" %}
|
|
{% endblock head_title %}
|