diff --git a/server/index.ts b/server/index.ts index 5603844e..ab8703b8 100644 --- a/server/index.ts +++ b/server/index.ts @@ -705,7 +705,7 @@ export function createServer() { .single(); if (error) return res.status(500).json({ error: error.message }); - const inviteUrl = `${baseUrl}/signup?invite=${encodeURIComponent(token)}`; + const inviteUrl = `${baseUrl}/login?invite=${encodeURIComponent(token)}`; if (emailService.isConfigured) { try {