fix: auth otp flow + remove generated

This commit is contained in:
SauravDhakal
2026-04-05 16:19:19 +05:45
parent 4905c6f1d1
commit ab8b2ef353
27 changed files with 340 additions and 8425 deletions

View File

@@ -1,6 +1,10 @@
import { welcomeToApp } from "./auth"
import { welcomeToApp, authOTP } from "./auth"
const EmailTemplates = {
signup_otp: (otp: number) => ({
subject: "Your MultiTenant SaaS Verification Code",
body: authOTP(otp)
}),
signup_completed: {
subject: "Welcome to app",
body: welcomeToApp