1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-04 09:32:48 -05:00

added credit email notification

This commit is contained in:
Kyle Spearrin
2019-02-22 21:13:34 -05:00
parent 25c8d6d043
commit c5b2a929d2
8 changed files with 60 additions and 2 deletions

View File

@ -78,6 +78,11 @@ namespace Bit.Core.Services
return Task.FromResult(0);
}
public Task SendAddedCreditAsync(string email, decimal amount)
{
return Task.FromResult(0);
}
public Task SendNewDeviceLoggedInEmail(string email, string deviceType, DateTime timestamp, string ip)
{
return Task.FromResult(0);