mirror of
https://github.com/bitwarden/server.git
synced 2025-05-16 09:05:44 -05: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>
|