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:
@ -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