1
0
mirror of https://github.com/bitwarden/server synced 2026-01-04 17:43:53 +00:00

Remove ending email

This commit is contained in:
Justin Baur
2021-11-18 09:26:42 -05:00
parent 1a1ad081ec
commit bff256ec6b
6 changed files with 0 additions and 39 deletions

View File

@@ -220,11 +220,6 @@ namespace Bit.Core.Services
{
return Task.FromResult(0);
}
public Task SendFamiliesForEnterpriseSponsorshipEndingEmailAsync(string email, DateTime sponsorshipEndDate)
{
return Task.FromResult(0);
}
public Task SendOTPEmailAsync(string email, string token)
{