text.ts 678 B

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