bitwarden_rs/src/static/templates/email_invite_accepted.hbs
2019-01-15 15:28:46 +01:00

9 lines
270 B
Handlebars

Invitation accepted
<!---------------->
<html>
<p>
Your invitation for <b>{{email}}</b> to join <b>{{org_name}}</b> was accepted.
Please <a href="{{url}}">log in</a> to the bitwarden_rs server and confirm them from the organization management page.
</p>
</html>