mirror of
https://github.com/bitwarden/server
synced 2025-12-06 00:03:34 +00:00
8 lines
454 B
Plaintext
8 lines
454 B
Plaintext
@model Bit.Core.Models.Mail.OrganizationUserAcceptedViewModel
|
|
@{
|
|
Layout = "_BasicMailLayout";
|
|
}
|
|
<p>This email is to notify you that @Model.UserEmail has accepted your invitation to join @Model.OrganizationName.</p>
|
|
<p>To confirm this user, log into the Bitwarden web vault, manage your organization "People, and confirm the user.</p>
|
|
<p>If you do not wish to confirm this user, you can also remove them from the organization on the same page.</p>
|