mirror of
https://github.com/bitwarden/server.git
synced 2025-04-24 22:32:22 -05:00

* Add support for Emergency Access * Add migration script * Review comments * Ensure grantor has premium when inviting new grantees. * Resolve review comments * Remove two factor references
8 lines
157 B
C#
8 lines
157 B
C#
namespace Bit.Core.Models.Mail
|
|
{
|
|
public class EmergencyAccessRejectedViewModel : BaseMailModel
|
|
{
|
|
public string Name { get; set; }
|
|
}
|
|
}
|