fix: auth otp flow + remove generated
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user