1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-02 16:42:50 -05: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

@ -53,7 +53,6 @@ namespace Bit.Core.Services
Task SendFamiliesForEnterpriseRedeemedEmailsAsync(string familyUserEmail, string sponsorEmail);
Task SendFamiliesForEnterpriseReconfirmationRequiredEmailAsync(string email);
Task SendFamiliesForEnterpriseSponsorshipRevertingEmailAsync(string email, string familyOrgName);
Task SendFamiliesForEnterpriseSponsorshipEndingEmailAsync(string email, DateTime sponsorshipEndDate);
Task SendOTPEmailAsync(string email, string token);
}
}