fix: wrong content in invitation email (#4258)

This commit is contained in:
Qi 2023-09-07 23:36:53 +08:00 committed by GitHub
parent 0c4277e5b9
commit 4fe90ea3b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,7 @@ export class MailService {
}</span>`;
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>';
'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!',
@ -86,7 +86,7 @@ export class MailService {
return this.sendMail({
from: this.config.auth.email.sender,
to,
subject: `Invitation to workspace`,
subject: `${invitationInfo.user.name} invited you to join ${invitationInfo.workspace}`,
html,
attachments: [
{