mirror of
https://github.com/bitwarden/server
synced 2025-12-24 04:03:25 +00:00
email user whenever they're removed from org because of 2fa policy (#657)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Bit.Core.Models.Mail
|
||||
{
|
||||
public class OrganizationUserRemovedForPolicyTwoStepViewModel : BaseMailModel
|
||||
{
|
||||
public string OrganizationName { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user