{% extends "base.html" %} {% from "components/components/button/macro.njk" import usaButton %} {% block per_page_title %} Resend security code {% endblock %} {% block maincolumn_content %}

Resend security code

Text messages sometimes take a few minutes to arrive. If you do not receive a security code, Notify can send you a new one.

{{ usaButton({ "element": "a", "text": "Resend security code", "href": url_for('main.check_and_resend_verification_code', next=redirect_url) }) }}

If your mobile number has changed

You’ll need to:

{% endblock %}