mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 00:52:48 +00:00
Update apps/login/src/app/login/route.ts
Co-authored-by: Elio Bischof <elio@zitadel.com>
This commit is contained in:
@@ -216,8 +216,6 @@ export async function GET(request: NextRequest) {
|
|||||||
const authRequestId = searchParams.get("authRequest");
|
const authRequestId = searchParams.get("authRequest");
|
||||||
const sessionId = searchParams.get("sessionId");
|
const sessionId = searchParams.get("sessionId");
|
||||||
|
|
||||||
console.log("request.url", request.url);
|
|
||||||
console.log("nexturl", request.nextUrl);
|
|
||||||
|
|
||||||
const _headers = await headers();
|
const _headers = await headers();
|
||||||
const { serviceUrl } = getServiceUrlFromHeaders(_headers);
|
const { serviceUrl } = getServiceUrlFromHeaders(_headers);
|
||||||
|
|||||||
Reference in New Issue
Block a user