Files
vaultwarden/src/static/templates/email/invite_accepted.hbs
2020-02-18 21:27:00 -08:00

9 lines
271 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>