mirror of
https://github.com/fosrl/pangolin.git
synced 2025-07-27 22:25:58 +02:00
add branding logo component
This commit is contained in:
parent
e99905e3c9
commit
19d54778f5
5 changed files with 97 additions and 61 deletions
|
@ -69,7 +69,13 @@ async function copyInDomains() {
|
|||
} else {
|
||||
await trx
|
||||
.insert(domains)
|
||||
.values({ domainId, baseDomain, configManaged: true, type: "wildcard" })
|
||||
.values({
|
||||
domainId,
|
||||
baseDomain,
|
||||
configManaged: true,
|
||||
type: "wildcard",
|
||||
verified: true
|
||||
})
|
||||
.execute();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue