diff --git a/backend/src/services/email.js b/backend/src/services/email.js index 1927859..2ed2a8e 100644 --- a/backend/src/services/email.js +++ b/backend/src/services/email.js @@ -261,12 +261,6 @@ async function sendInvitationEmail({ email, inviterName, beneficiaryName, role,

${roleText}

- -
-

Your invitation code:

-

${inviteCode}

-
- @@ -303,8 +297,6 @@ ${inviterName || 'Someone'} has invited you to help monitor ${beneficiaryName || Your role: ${roleText} -Your invitation code: ${inviteCode} - Accept your invitation: ${acceptLink} If you didn't expect this invitation, you can safely ignore this email.