{% extends "login/phone_authentication_page.html.twig" %} {% block flash_message %}Code has been sent{% endblock %} {% block open_authentication_action %}{{ actions['open_sms_auth'] }}{% endblock %} {% block message %}Your code has been sent to: {% endblock %} {% block open_authentication_button_value %}Resend my code{% endblock %} {% block verify_code_action %}{{ actions['verify_sms_code'] }}{% endblock %} {% block go_to_next_page_form %}
{% endblock %} {% block back_to_previous_page_form %} {% if is_totp_enabled %} {% else %} {% endif %} {% endblock %}