1
0
mirror of https://github.com/bitwarden/server synced 2025-12-27 21:53:24 +00:00
Files
server/src/Core/MailTemplates/Razor/OrganizationUserInvited.cshtml
2017-08-16 10:59:13 -04:00

13 lines
418 B
Plaintext

@model Bit.Core.Models.Mail.OrganizationUserInvitedViewModel
@{
Layout = "_BasicMailLayout";
}
<p>
You have been invited to join the @Model.OrganizationName organization.
To accept this invite, click the following link:
</p>
<p><a href="@Raw(Model.Url)" target="_blank" clicktracking=off>@Model.Url</a></p>
<p>
If you do not wish to join this organization, you can safely ignore
this email.
</p>