mirror of
https://github.com/bitwarden/server.git
synced 2026-02-05 00:23:24 +08:00
- Revoking users when enabling single org and 2fa policies. - Updated emails sent when users are revoked via 2FA or Single Organization policy enablement Co-authored-by: Matt Bishop <mbishop@bitwarden.com> Co-authored-by: Rui Tomé <108268980+r-tome@users.noreply.github.com>
7 lines
169 B
C#
7 lines
169 B
C#
namespace Bit.Core.Models.Mail;
|
|
|
|
public class OrganizationUserRevokedForPolicySingleOrgViewModel : BaseMailModel
|
|
{
|
|
public string OrganizationName { get; set; }
|
|
}
|