From da6394a6b751ecd17f18c8afc644f0ffaae3dc21 Mon Sep 17 00:00:00 2001 From: gillespi314 <73313222+gillespi314@users.noreply.github.com> Date: Fri, 25 Jun 2021 14:10:03 -0500 Subject: [PATCH] Fix invite email template (#1202) --- server/mail/templates/invite_token.html | 40 ++----------------------- 1 file changed, 3 insertions(+), 37 deletions(-) diff --git a/server/mail/templates/invite_token.html b/server/mail/templates/invite_token.html index 8e1a4ea06a..5dd7b45f7f 100644 --- a/server/mail/templates/invite_token.html +++ b/server/mail/templates/invite_token.html @@ -102,38 +102,6 @@
Hello,
-- {{.InvitedBy}} has invited you to join - {{.OrgName}}. Please click the link below to - accept the invitation and setup your account. -
-| - {{if .SSOEnabled}} - {{.BaseURL}}/login/ssoinvites/{{.Token}}?name={{.Name}}&email={{.Email}} - {{else}} - {{.BaseURL}}/login/invites/{{.Token}}?name={{.Name}}&email={{.Email}} - {{end}} - | -
Please click the button below to accept the invitation and @@ -195,7 +161,7 @@ Accept invitation {{end}} - +
@@ -238,4 +204,4 @@