mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-23 02:09:20 -07:00
To use this, include a path in the `DOMAIN` URL, e.g.: * `DOMAIN=https://example.com/custom-path` * `DOMAIN=https://example.com/multiple/levels/are/ok`
9 lines
271 B
Handlebars
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>
|