prefs_twofactor_configure.twig 368 B

12345678910111213
  1. <div class="group">
  2. <h2>{% trans "Configure two-factor authentication" %}</h2>
  3. <div class="group-cnt">
  4. <form method="POST" action="prefs_twofactor.php">
  5. {{ Url_getHiddenInputs() }}
  6. <input type="hidden" name="2fa_configure" value="{{ configure }}" />
  7. {{ form|raw }}
  8. <input type="submit" value="{% trans "Enable two-factor authentication" %}" />
  9. </form>
  10. </div>
  11. </div>