initial commit
This commit is contained in:
11
vendor/symfony/maker-bundle/templates/registration/twig_email.tpl.php
vendored
Normal file
11
vendor/symfony/maker-bundle/templates/registration/twig_email.tpl.php
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<h1>Hi! Please confirm your email!</h1>
|
||||
|
||||
<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>
|
||||
Reference in New Issue
Block a user