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