mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 18:12:22 +00:00
zitadel.ts adaptations
This commit is contained in:
@@ -25,7 +25,7 @@ export default async function Page(props: {
|
||||
let { loginName, organization, authRequestId, alt } = searchParams;
|
||||
|
||||
const _headers = await headers();
|
||||
const serviceUrl = getServiceUrlFromHeaders(_headers);
|
||||
const { serviceUrl, serviceRegion } = getServiceUrlFromHeaders(_headers);
|
||||
|
||||
let defaultOrganization;
|
||||
if (!organization) {
|
||||
|
||||
Reference in New Issue
Block a user