cursor update to magic link v.3
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user