fix: error invite email title (#4355)

This commit is contained in:
Qi
2023-09-14 14:20:51 +08:00
committed by GitHub
parent 1d77b2c9da
commit 1016a47b51

View File

@@ -86,7 +86,7 @@ export class MailService {
return this.sendMail({
from: this.config.auth.email.sender,
to,
subject: `${invitationInfo.user.name} invited you to join ${invitationInfo.workspace}`,
subject: `${invitationInfo.user.name} invited you to join ${invitationInfo.workspace.name}`,
html,
attachments: [
{