bitwarden_rs/src/static/templates/email/send_org_invite.hbs

13 lines
417 B
Handlebars
Raw Normal View History

Join {{{org_name}}}
2019-01-13 00:39:29 +00:00
<!---------------->
<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>