mirror of
https://github.com/bitwarden/server
synced 2025-12-27 21:53:24 +00:00
13 lines
418 B
Plaintext
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> |