Ai_Admin/templates/mfa/email/recovery_codes_generated_message.txt

5 lines
245 B
Plaintext
Raw Normal View History

2024-09-20 12:29:09 +08:00
{% extends "account/email/base_notification.txt" %}
{% load i18n %}
{% block notification_message %}{% blocktrans %}A new set of Two-Factor Authentication recovery codes has been generated.{% endblocktrans %}{% endblock notification_message %}