13 lines
340 B
Twig
13 lines
340 B
Twig
<h1>Welcome to pflänz.li!</h1>
|
|
|
|
<h3>Please confirm your email</h3>
|
|
|
|
<p>
|
|
Please confirm your email address by clicking the following link: <br><br>
|
|
<a href="{{ signedUrl|raw }}">Confirm my Email</a>.
|
|
This link will expire in {{ expiresAtMessageKey|trans(expiresAtMessageData, 'VerifyEmailBundle') }}.
|
|
</p>
|
|
|
|
<p>
|
|
Cheers!
|
|
</p>
|