This commit is contained in:
Max Peintner
2025-02-14 08:30:15 +01:00
parent 3088198613
commit 37e98b61e8

View File

@@ -216,7 +216,6 @@ export async function GET(request: NextRequest) {
const authRequestId = searchParams.get("authRequest");
const sessionId = searchParams.get("sessionId");
const _headers = await headers();
const { serviceUrl } = getServiceUrlFromHeaders(_headers);