Files
Escapepage/templates/tech/registration/confirmation_email.html.twig
2026-01-14 13:09:32 +01:00

13 lines
431 B
Twig

<h1>Hi! Please confirm your email!</h1>
<p>
Please confirm your email address by clicking the following link: <br><br>
<a href="{{ signedUrl }}">Confirm my Email</a>.
This link will expire in {{ expiresAtMessageKey|trans(expiresAtMessageData, 'VerifyEmailBundle') }}.
If the link has expired or doesn't work, you can <a href="{{ url('app_verify_resend_email') }}">request a new one</a>.
</p>
<p>
Cheers!
</p>