mirror of
https://github.com/bitwarden/server.git
synced 2025-07-17 07:30:59 -05:00
[Provider] Send email on removal (#1463)
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
namespace Bit.Core.Models.Mail.Provider
|
||||
{
|
||||
public class ProviderUserRemovedViewModel : BaseMailModel
|
||||
{
|
||||
public string ProviderName { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user