Skip to content

Commit

Permalink
fix: email signature (#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcrt authored Sep 4, 2024
1 parent 08861e6 commit 1db2df3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/backend/src/emails/templates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,15 @@ Please click on the following link to accept the invitation:
${inviteLink}
${
!config.IS_SELF_HOSTED &&
`We're looking forward to having you on board!
!config.IS_SELF_HOSTED
? `We're looking forward to having you on board!
You can reply to this email if you have any question.
Thanks
- The Lunary team
`
: ""
}
`,
}
Expand Down

0 comments on commit 1db2df3

Please sign in to comment.