From 3ddfc6af79c5d39f00a00ae8675822196da8afb7 Mon Sep 17 00:00:00 2001 From: mARTin Date: Sat, 7 Mar 2026 17:54:10 +0100 Subject: [PATCH] chore: update fallback port in email.ts --- src/lib/email.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/email.ts b/src/lib/email.ts index 70da7d3..8bb5909 100644 --- a/src/lib/email.ts +++ b/src/lib/email.ts @@ -28,7 +28,7 @@ export async function sendVerificationEmail( code: string, token: string ) { - const baseUrl = process.env.NEXTAUTH_URL || 'http://localhost:3001'; + const baseUrl = process.env.NEXTAUTH_URL || 'http://localhost:3000'; const verifyLink = `${baseUrl}/auth/verify-email?token=${token}`; const html = `