1
0
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:
Vincent Salucci
2024-04-08 14:32:20 -05:00
committed by GitHub
parent 9a2d383417
commit de8b7b14b8
4 changed files with 9 additions and 74 deletions

View File

@ -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; }
}