mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 08:32:39 +00:00
authRequestId as param
This commit is contained in:
@@ -37,7 +37,7 @@ function findSession(
|
||||
}
|
||||
export async function GET(request: NextRequest) {
|
||||
const searchParams = request.nextUrl.searchParams;
|
||||
const authRequestId = searchParams.get("authRequest");
|
||||
const authRequestId = searchParams.get("authRequestId");
|
||||
const sessionId = searchParams.get("sessionId");
|
||||
|
||||
const sessionCookies: SessionCookie[] = await getAllSessions();
|
||||
|
||||
Reference in New Issue
Block a user