{% set title = 'Enter Email Code' %} {% set content %}
{{ csrf() }} {% set button_name = 'Resend Email Code' %} {{ include('buttons.base.html.twig') }}
An email code has already been sent to the email address assigned to your account. Please check your email account's spam/junk filter and make sure that your mailbox is not full.
In case you need a new email code, you can request one by clicking on "Resend Email Code".
Email code authentication is activated for your account.

Please enter the most recent email code you have received in order to log in.
Email Code:
{{ csrf() }}
{% endset %} {% include 'tables.headline.html.twig' %}