diff --git a/allauth_ui/templates/mfa/totp/activate_form.html b/allauth_ui/templates/mfa/totp/activate_form.html index 1bc78a8..9238ae7 100644 --- a/allauth_ui/templates/mfa/totp/activate_form.html +++ b/allauth_ui/templates/mfa/totp/activate_form.html @@ -10,16 +10,18 @@ {% translate "Activate" as button_text %} {% url 'mfa_activate_totp' as action_url %} {% #form form=form method="post" url=action_url button_text=button_text render_fields="false" %} - {{ form.secret }} + {#
#} + {{ form.secret }} + {#
#} {% #form_field field=form.code %} {% /form_field %}
-

+

{% translate "You can store this secret and use it to reinstall your authenticator app at a later time." %}