mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-06 02:36:38 +00:00
set wildcard domain verified to true
This commit is contained in:
@@ -254,7 +254,7 @@ export async function createOrgDomain(
|
|||||||
domainId,
|
domainId,
|
||||||
baseDomain,
|
baseDomain,
|
||||||
type,
|
type,
|
||||||
verified: build == "oss" ? true : false
|
verified: type === "wildcard" ? true : false
|
||||||
})
|
})
|
||||||
.returning();
|
.returning();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user