1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-02 00:22:50 -05:00

two factor emails

This commit is contained in:
Kyle Spearrin
2017-06-24 12:08:34 -04:00
parent f4fa990cb1
commit d57a68aae3
10 changed files with 56 additions and 5 deletions

View File

@ -14,6 +14,8 @@
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="MailTemplates\TwoFactorEmail.cshtml" />
<EmbeddedResource Include="MailTemplates\TwoFactorEmail.text.cshtml" />
<EmbeddedResource Include="MailTemplates\ChangeEmailAlreadyExists.cshtml" />
<EmbeddedResource Include="MailTemplates\ChangeEmailAlreadyExists.text.cshtml" />
<EmbeddedResource Include="MailTemplates\OrganizationUserInvited.cshtml" />