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

9 lines
270 B
Handlebars
Raw Normal View History

2019-01-13 00:39:29 +00:00
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>