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 @@ -

You Have Been Invited To Fleet!

-

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}} -
- - - - {{.InvitedBy}} has invited you to join {{.OrgName}}. + {{.InvitedBy}} has invited you to join {{.OrgName}}.

Please click the button below to accept the invitation and @@ -195,7 +161,7 @@ Accept invitation {{end}} - +

@@ -238,4 +204,4 @@ - + \ No newline at end of file