From 1db2df3eaf820cee109f6c373bff59118797e98e Mon Sep 17 00:00:00 2001 From: Hugues Chocart Date: Wed, 4 Sep 2024 16:55:55 +0100 Subject: [PATCH] fix: email signature (#542) --- packages/backend/src/emails/templates.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/backend/src/emails/templates.ts b/packages/backend/src/emails/templates.ts index dd1296e6..495eda02 100644 --- a/packages/backend/src/emails/templates.ts +++ b/packages/backend/src/emails/templates.ts @@ -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 ` + : "" } `, }