- /* eslint-disable max-len */
- export const verifyMailText = `Thanks for creating an account on {{site_name}}.
- Please verify your email address using the link below.
- https://{{domain}}/{{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}}/{{resetpassword}}`;
|