1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-08-08 03:59:10 +00:00

Initial stab at templates

This commit is contained in:
Daniel García 2019-01-13 01:39:29 +01:00
commit 19b6bb0fd6
No known key found for this signature in database
GPG key ID: FC8A7D14C3CD543A
11 changed files with 265 additions and 70 deletions

View file

@ -0,0 +1,12 @@
Join {{org_name}}
<!---------------->
<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>