mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2024-10-31 19:22:32 +00:00
13 lines
415 B
Handlebars
13 lines
415 B
Handlebars
|
Join {{org_name}}
|
||
|
<!---------------->
|
||
|
<html>
|
||
|
<p>
|
||
|
You have been invited to join the <b>{{org_name}}</b> organization.
|
||
|
<br>
|
||
|
<br>
|
||
|
<a href="{{url}}/#/accept-organization/?organizationId={{org_id}}&organizationUserId={{org_user_id}}&email={{email}}&organizationName={{org_name}}&token={{token}}">
|
||
|
Click here to join</a>
|
||
|
</p>
|
||
|
<p>If you do not wish to join this organization, you can safely ignore this email.</p>
|
||
|
</html>
|