missing params

This commit is contained in:
Max Peintner
2024-12-16 09:43:56 +01:00
parent b99c73ff24
commit 18d8655838

View File

@@ -84,6 +84,7 @@ export default async function Page(props: {
return loginSuccess(
userId,
{ idpIntentId: id, idpIntentToken: token },
authRequestId,
branding,
);
}
@@ -155,6 +156,7 @@ export default async function Page(props: {
return loginSuccess(
userId,
{ idpIntentId: id, idpIntentToken: token },
authRequestId,
branding,
);
}