mirror of
https://github.com/bitwarden/server.git
synced 2026-02-14 12:53:49 +08:00
8 lines
170 B
C#
8 lines
170 B
C#
|
|
namespace Bit.Core.Models.Mail;
|
|||
|
|
|
|||
|
|
public class OrganizationDomainUnverifiedViewModel
|
|||
|
|
{
|
|||
|
|
public string Url { get; set; }
|
|||
|
|
public string DomainName { get; set; }
|
|||
|
|
}
|