Files
ai_admin/templates/mfa/email/totp_activated_message.txt

5 lines
200 B
Plaintext
Raw Permalink Normal View History

2024-09-20 04:29:09 +00:00
{% extends "account/email/base_notification.txt" %}
{% load i18n %}
{% block notification_message %}{% blocktrans %}Authenticator app activated.{% endblocktrans %}{% endblock notification_message %}