{% extends 'modals/confirmation/confirmation-base.html.twig' %} {% block modal_name %}reload-warning-modal{% endblock %} {% block modal_extra_classes %}info-text{% endblock %} {% block confirmation_content %}

You are going to refresh QR code. Please take note that if you configure 2FAS Tokens with this new code, you lose access via devices which were paired with the old one.

CANCEL
{{ url.create_form_nonce(constant('TwoFAS\\TwoFAS\\Http\\Route::ACTION_DISABLE_RELOAD_MODAL')) | raw }}
{% endblock %}