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 = `