zitadel.ts adaptations

This commit is contained in:
Max Peintner
2025-01-29 15:47:31 +01:00
parent dedbed014a
commit 41bafc0d41
42 changed files with 290 additions and 94 deletions

View File

@@ -23,7 +23,7 @@ export default async function Page(props: {
searchParams;
const _headers = await headers();
const serviceUrl = getServiceUrlFromHeaders(_headers);
const { serviceUrl, serviceRegion } = getServiceUrlFromHeaders(_headers);
if (!organization) {
const org: Organization | null = await getDefaultOrg({ serviceUrl });