cursor update to magic link v.3

This commit is contained in:
2026-01-16 06:35:23 +02:00
parent b1e5042dd6
commit 25bf566305

View File

@@ -109,9 +109,9 @@ export function generateInviteEmail(data: InviteEmailData): string {
</p> </p>
<p style="margin: 30px 0 0 0; color: #718096; font-size: 14px; line-height: 1.6; text-align: center;"> <p style="margin: 30px 0 0 0; color: #718096; font-size: 14px; line-height: 1.6; text-align: center;">
<a href="${process.env.NEXT_PUBLIC_APP_URL || 'http://localhost:3000'}/rsvp?invitecode=${safeInviteCode}" <a href="${magicRSVPUrl}"
style="color: ${colors.emerald}; text-decoration: underline;"> style="color: ${colors.emerald}; text-decoration: underline;">
${process.env.NEXT_PUBLIC_APP_URL || 'http://localhost:3000'}/rsvp?invitecode=${safeInviteCode} Click here to RSVP
</a> </a>
</p> </p>
</td> </td>