diff --git a/packages/backend/server/src/modules/auth/mailer/mail.service.ts b/packages/backend/server/src/modules/auth/mailer/mail.service.ts index 7ffe1101f2..702d2fae3e 100644 --- a/packages/backend/server/src/modules/auth/mailer/mail.service.ts +++ b/packages/backend/server/src/modules/auth/mailer/mail.service.ts @@ -72,15 +72,11 @@ export class MailService { invitationInfo.workspace.name }
Click button to join this workspace
`; - const subContent = - 'Currently, AFFiNE Cloud is in the early access stage. Only Early Access Sponsors can register and log in to AFFiNE Cloud. Please click here for more information.'; - const html = emailTemplate({ title: 'You are invited!', content, buttonContent: 'Accept & Join', buttonUrl, - subContent, }); return this.sendMail({