1
0
mirror of https://github.com/bitwarden/server synced 2026-01-09 03:53:42 +00:00
Files
server/src/Core/MailTemplates/OrganizationUserConfirmed.cshtml
2017-05-30 23:43:00 -04:00

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>