mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-05 10:35:18 +02:00
add logging for verifySession
This commit is contained in:
parent
a82a7ed18d
commit
4e7fa0f2d9
3 changed files with 49 additions and 28 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