text.ts 444 B

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