mirror of
https://github.com/bitwarden/server
synced 2026-01-09 03:53:42 +00:00
7 lines
326 B
Plaintext
7 lines
326 B
Plaintext
@model Bit.Core.Models.Mail.OrganizationUserConfirmedViewModel
|
|
@{
|
|
Layout = "_BasicMailLayout";
|
|
}
|
|
<p>This email is to notify you that you have been confirmed as a user of @(Model.OrganizationName).</p>
|
|
<p>Any collections and logins being shared with you by this organization will now appear in your bitwarden vault.</p>
|