mirror of
https://github.com/bitwarden/server
synced 2025-12-20 02:03:46 +00:00
mail templates for RazorViewMailService
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Bit.Core.Models.Mail
|
||||
{
|
||||
public class OrganizationUserAcceptedViewModel : BaseMailModel
|
||||
{
|
||||
public string OrganizationName { get; set; }
|
||||
public string UserEmail { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user