1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 23:52:50 -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

@ -80,7 +80,6 @@ public class OrganizationDomainController : Controller
var organizationDomain = new OrganizationDomain
{
OrganizationId = orgId,
Txt = model.Txt,
DomainName = model.DomainName.ToLower()
};