fix: refina layout das colunas de empresas e corrige leitura de cookies e provisioning
This commit is contained in:
parent
5211ea45df
commit
7668c478f1
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ export async function POST(request: Request) {
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const result = await client.mutation(api.machines.upsertInventory, {
|
const result = await client.mutation(api.machines.upsertInventory, {
|
||||||
provisioningSecret: fleetSecret,
|
provisioningCode: fleetSecret,
|
||||||
tenantId: DEFAULT_TENANT_ID,
|
tenantId: DEFAULT_TENANT_ID,
|
||||||
hostname,
|
hostname,
|
||||||
companySlug: undefined,
|
companySlug: undefined,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue