From fed092bb652c77b5262b65b86e5feb925639506e Mon Sep 17 00:00:00 2001 From: Lakhan Samani Date: Wed, 13 Jul 2022 21:16:31 +0530 Subject: [PATCH] fix: invite email template --- server/email/invite_email.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/email/invite_email.go b/server/email/invite_email.go index ef561a6..4faaf3f 100644 --- a/server/email/invite_email.go +++ b/server/email/invite_email.go @@ -70,7 +70,7 @@ func InviteEmail(toEmail, token, verificationURL, redirectURI string) error {

Hi there 👋

-

Join us! You are invited to sign-up for {{.org_name}}. Please accept the invitation by clicking the clicking the button below.


+

Join us! You are invited to sign-up for {{.org_name}}. Please accept the invitation by clicking the button below.


Get Started