diff --git a/src/sentry/templates/sentry/twofactor.html b/src/sentry/templates/sentry/twofactor.html index 9088dd8229ece7..6b79e5deb27747 100644 --- a/src/sentry/templates/sentry/twofactor.html +++ b/src/sentry/templates/sentry/twofactor.html @@ -29,6 +29,9 @@

Two-Factor Authentication

{% for field in form %} {{ field|as_crispy_field }} {% endfor %} + {% if interface.interface_id == "sms" %} + Resend Code + {% endif %} {% endblock %} {% block twofactor_submit %}