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

account recovery to delete via email

This commit is contained in:
Kyle Spearrin
2017-08-09 10:53:42 -04:00
parent 503370d059
commit b2295f867b
13 changed files with 164 additions and 1 deletions

View File

@ -7,6 +7,8 @@
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="MailTemplates\VerifyDelete.cshtml" />
<EmbeddedResource Include="MailTemplates\VerifyDelete.text.cshtml" />
<EmbeddedResource Include="MailTemplates\VerifyEmail.cshtml" />
<EmbeddedResource Include="MailTemplates\VerifyEmail.text.cshtml" />
<EmbeddedResource Include="MailTemplates\TwoFactorEmail.cshtml" />