mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-13 16:42:34 +00:00
zitadel.ts adaptations
This commit is contained in:
@@ -19,7 +19,7 @@ export default async function Page(props: {
|
||||
const { loginName, organization, authRequestId, checkAfter } = searchParams;
|
||||
|
||||
const _headers = await headers();
|
||||
const serviceUrl = getServiceUrlFromHeaders(_headers);
|
||||
const { serviceUrl, serviceRegion } = getServiceUrlFromHeaders(_headers);
|
||||
|
||||
const sessionFactors = await loadMostRecentSession({
|
||||
serviceUrl,
|
||||
|
||||
Reference in New Issue
Block a user