mirror of
https://github.com/bitwarden/server.git
synced 2025-07-03 17:12:49 -05:00
feat: generate txt record server-side and remove initial domain verification, refs AC-2350 (#3940)
This commit is contained in:
@ -4,9 +4,6 @@ namespace Bit.Api.AdminConsole.Models.Request;
|
||||
|
||||
public class OrganizationDomainRequestModel
|
||||
{
|
||||
[Required]
|
||||
public string Txt { get; set; }
|
||||
|
||||
[Required]
|
||||
public string DomainName { get; set; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user