chore(server): remove early access tips from invitation emails (#5314)

close TOV-177
This commit is contained in:
JimmFly
2023-12-19 06:56:22 +00:00
parent a815fd6b9a
commit 6748e7ba42

View File

@@ -72,15 +72,11 @@ export class MailService {
invitationInfo.workspace.name
}</span></p><p style="margin-top:8px;margin-bottom:0;">Click button to join this workspace</p>`;
const subContent =
'Currently, AFFiNE Cloud is in the early access stage. Only Early Access Sponsors can register and log in to AFFiNE Cloud. <a href="https://community.affine.pro/c/insider-general/" style="color: #1e67af" >Please click here for more information.</a>';
const html = emailTemplate({
title: 'You are invited!',
content,
buttonContent: 'Accept & Join',
buttonUrl,
subContent,
});
return this.sendMail({