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

new device logged in email notification

This commit is contained in:
Kyle Spearrin
2019-01-24 22:37:49 -05:00
parent 43967ebbc1
commit b19628c6f8
9 changed files with 110 additions and 1 deletions

View File

@ -11,6 +11,11 @@
<EmbeddedResource Include="MailTemplates\Handlebars\**\*.hbs" />
</ItemGroup>
<ItemGroup>
<None Remove="MailTemplates\Handlebars\NewDeviceLoggedIn.html.hbs" />
<None Remove="MailTemplates\Handlebars\NewDeviceLoggedIn.text.hbs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Handlebars.Net" Version="1.9.5" />
<PackageReference Include="IdentityServer4.AccessTokenValidation" Version="2.6.0" />