mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 16:42:50 -05:00
email user whenever they're removed from org because of 2fa policy (#657)
This commit is contained in:
@ -19,6 +19,7 @@ namespace Bit.Core.Services
|
||||
Task SendOrganizationAcceptedEmailAsync(string organizationName, string userEmail,
|
||||
IEnumerable<string> adminEmails);
|
||||
Task SendOrganizationConfirmedEmailAsync(string organizationName, string email);
|
||||
Task SendOrganizationUserRemovedForPolicyTwoStepEmailAsync(string organizationName, string email);
|
||||
Task SendPasswordlessSignInAsync(string returnUrl, string token, string email);
|
||||
Task SendInvoiceUpcomingAsync(string email, decimal amount, DateTime dueDate, List<string> items,
|
||||
bool mentionInvoices);
|
||||
|
Reference in New Issue
Block a user