mirror of
https://github.com/bitwarden/server
synced 2025-12-19 17:53:44 +00: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