Skip to content

Commit c3b96a5

Browse files
committed
fix: join project text for SSO login
1 parent 816549f commit c3b96a5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

emails/src/partials/project-team.html

-4
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,7 @@
5858
<strong>{{userFullName}}</strong> joined the project
5959
{{/if}}
6060
{{#if [connect.notification.project.member.invite.created]}}
61-
{{#if [isSSO]}}
62-
Hi <strong>{{userFullName}}</strong>, you are invited to join the project {{projectName}}. Please use the link below to sign in and join the project.
63-
{{else}}
6461
Hi <strong>{{userFullName}}</strong>, you are invited to join the project {{projectName}}. Please click on the button ("Join Project") below to join.
65-
{{/if}}
6662
{{/if}}
6763
{{#if [connect.notification.project.member.invite.requested]}}
6864
You are requested to add <strong>{{userFullName}}</strong> as a copilot

0 commit comments

Comments
 (0)