12 lines
308 B
Twig
12 lines
308 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') }}.
|
|
</p>
|
|
|
|
<p>
|
|
Cheers!
|
|
</p>
|