Skip to content

Commit 878548d

Browse files
author
Vikas Agarwal
committed
SSO Login support in project invite email for unregistered users
1 parent 1e80092 commit 878548d

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

emails/src/partials/invites.html

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,36 @@
6666
</table>
6767
</td>
6868
</tr>
69+
<tr class="post-details">
70+
<td class="main-td">
71+
<table class="main-child">
72+
<tr>
73+
<td class="empty-child-one"></td>
74+
<td>If you are enterprise client with SSO, please use the link below to sign in and join the project.</td>
75+
</tr>
76+
</table>
77+
</td>
78+
</tr>
79+
<tr class="button-row button-one">
80+
<td class="main-td">
81+
<table class="main-child">
82+
<tr>
83+
<td class="empty-child-one"></td>
84+
<td class="second-child" align="center">
85+
<a href="{{@root.accountsAppURL}}/sso-login/?app=connect&retUrl={{@root.connectURL}}/projects/{{projectId}}">
86+
SSO Login
87+
</a>
88+
</td>
89+
<td class="empty-child-one"></td>
90+
</tr>
91+
</table>
92+
</td>
93+
</tr>
94+
<tr class="empty-20">
95+
<td class="main-td">
96+
<table class="main-child">
97+
<tr><td></td></tr>
98+
</table>
99+
</td>
100+
</tr>
69101
{{/if}}

0 commit comments

Comments
 (0)