templates/registration/confirmation_email.html.twig line 1

Open in your IDE?
  1. <h1>Hi! Please confirm your email!</h1>
  2. <p>
  3.     Please confirm your email address by clicking the following link: <br><br>
  4.     <a href="{{ signedUrl }}">Confirm my Email</a>.
  5.     This link will expire in {{ expiresAtMessageKey|trans(expiresAtMessageData, 'VerifyEmailBundle') }}.
  6. </p>
  7. <p>
  8.     Cheers!
  9. </p>