export const otpTemplate = (payload) => { return `

Use the following One-Time Password (OTP) to complete your verification:

${payload.otp}

This OTP will expire in 5 minutes.


Or verify using this link:

${payload.verificationLink}

`; };