| 123456789101112131415161718 |
- /* eslint-disable max-len */
- export const verifyMailText = `You're attempting to change your email address on {{site_name}}.
- Please verify your email address using the link below.
- https://{{domain}}/verify/{{verification}}`;
- export const changeEmailText = `Thanks for creating an account on {{site_name}}.
- Please verify your email address using the link below.
- https://{{domain}}/verify-email/{{verification}}`;
- export const resetMailText = `A password reset has been requested for your account.
- Please click on the button below to reset your password. There's no need to take any action if you didn't request this.
- https://{{domain}}/reset-password/{{resetpassword}}`;
|