export const authOTP = (otp: number) => ( ` Your Verification Code

Your Verification Code

Hello,

Use the following One-Time Password (OTP) to continue signing in to your MultiTenant SaaS account.

${otp}
This code is valid for 5 minutes only.

Enter this code in the verification screen to complete your login or signup.

For security reasons, never share this code with anyone. Our team will never ask you for your OTP.

If you did not request this code, you can safely ignore this email.

` ) export const welcomeToApp = ` Welcome to Research Shock

Welcome to the team!

Hi there,

Thanks for signing up for MultiTenant Saas. We're excited to help you around.

To get started, we recommend setting up your organization profile and inviting your first team member.

Go to Dashboard

If you have any questions, just reply to this email. We're here to help!

Cheers,
Team

`