mirror of
https://github.com/bitwarden/server
synced 2025-12-17 16:53:23 +00:00
feat: generate txt record server-side and remove initial domain verification, refs AC-2350 (#3940)
This commit is contained in:
@@ -80,7 +80,6 @@ public class OrganizationDomainController : Controller
|
||||
var organizationDomain = new OrganizationDomain
|
||||
{
|
||||
OrganizationId = orgId,
|
||||
Txt = model.Txt,
|
||||
DomainName = model.DomainName.ToLower()
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user