log on server

This commit is contained in:
Max Peintner
2024-12-16 09:33:18 +01:00
parent 32be5140ea
commit d7c79c6cb8

View File

@@ -60,6 +60,8 @@ export async function createNewSessionForIdp(options: CreateNewSessionCommand) {
return { error: "Could not create session" }; return { error: "Could not create session" };
} }
console.log("sessionForIdp", session, authRequestId, session.id);
const url = await getNextUrl( const url = await getNextUrl(
authRequestId && session.id authRequestId && session.id
? { ? {