{% extends 'emails/base.html.twig' %} {% block subject %} {%- autoescape false -%} You've disabled multi-factor authentication {%- endautoescape -%} {% endblock %} {% block body_text %} {% autoescape false %} Hi there, You've just disabled multi-factor authentication (MFA) for your account. You will no longer be asked to provide a verification code when you log in. You can re-enable MFA at any time through your settings. Thanks, Your friends at Ledger {% endautoescape %} {% endblock %} {% block body_html_content %} {% import 'emails/macros.html.twig' as EUI %} {{ EUI.displayAvatarText( appScheme ~ '://' ~ appHost ~ asset('images/ledger-icon.png'), 'Multi-factor disabled' ) }}

Hi there,

You've just disabled multi-factor authentication (MFA) for your account.

You will no longer be asked to provide a verification code when you log in.

You can re-enable MFA at any time through your settings.

{% endblock %}