mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-05 02:24:59 +02:00
test
This commit is contained in:
parent
217ceab50e
commit
203628341f
2 changed files with 1 additions and 3 deletions
|
@ -59,5 +59,3 @@ export const VerifyEmail = ({
|
|||
</Html>
|
||||
);
|
||||
};
|
||||
|
||||
export default VerifyEmail;
|
|
@ -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