mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 15:03:52 +00:00
zitadel.ts adaptations
This commit is contained in:
@@ -30,7 +30,7 @@ export default async function Page(props: {
|
||||
const { loginName, authRequestId, organization, sessionId } = searchParams;
|
||||
|
||||
const _headers = await headers();
|
||||
const serviceUrl = getServiceUrlFromHeaders(_headers);
|
||||
const { serviceUrl, serviceRegion } = getServiceUrlFromHeaders(_headers);
|
||||
|
||||
const sessionWithData = sessionId
|
||||
? await loadSessionById(serviceUrl, sessionId, organization)
|
||||
|
||||
Reference in New Issue
Block a user