diff --git a/templates/emails/reset_email.html.twig b/templates/emails/reset_email.html.twig index 59ad1c6..0fa4df7 100644 --- a/templates/emails/reset_email.html.twig +++ b/templates/emails/reset_email.html.twig @@ -17,9 +17,9 @@

You requested to reset your password.

.

To reset your password, please visit the following link
- Reset password
+ Reset password
Is the link not working? Copy and paste the link below into your web browser:
- {{ resetToken.expirationMessageKey|trans(resetToken.expirationMessageData, 'ResetPasswordBundle') }}
+ {{ url('app_reset_password', {token: resetToken.token}) }}

This link will expire in {{ resetToken.expirationMessageKey|trans(resetToken.expirationMessageData, 'ResetPasswordBundle') }}.
If you did not make this request, you can ignore this email