mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-31 15:09:39 +02:00
test
This commit is contained in:
parent
b2c074bfda
commit
92fc97f8e2
2 changed files with 1 additions and 3 deletions
|
@ -5,7 +5,7 @@ import { users, emailVerificationCodes } from "@server/db/schema";
|
|||
import { eq } from "drizzle-orm";
|
||||
import { sendEmail } from "@server/emails";
|
||||
import config from "@server/config";
|
||||
import VerifyEmail from "@server/emails/templates/VerifyEmailCode";
|
||||
import { VerifyEmail } from "@server/emails/templates/VerifyEmailCode";
|
||||
|
||||
export async function sendEmailVerificationCode(
|
||||
email: string,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue