mirror of
https://github.com/bitwarden/server
synced 2026-01-06 18:43:36 +00:00
Organization User Accepted Invite Email Notifications (#1465)
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
namespace Bit.Core.Models.Mail
|
||||
using System;
|
||||
|
||||
namespace Bit.Core.Models.Mail
|
||||
{
|
||||
public class OrganizationUserAcceptedViewModel : BaseMailModel
|
||||
{
|
||||
public Guid OrganizationId { get; set; }
|
||||
public string OrganizationName { get; set; }
|
||||
public string UserEmail { get; set; }
|
||||
public string UserIdentifier { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user