Skip to content

Commit

Permalink
missing params
Browse files Browse the repository at this point in the history
  • Loading branch information
peintnermax committed Dec 16, 2024
1 parent b99c73f commit 18d8655
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/login/src/app/(login)/idp/[provider]/success/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ export default async function Page(props: {
return loginSuccess(
userId,
{ idpIntentId: id, idpIntentToken: token },
authRequestId,
branding,
);
}
Expand Down Expand Up @@ -155,6 +156,7 @@ export default async function Page(props: {
return loginSuccess(
userId,
{ idpIntentId: id, idpIntentToken: token },
authRequestId,
branding,
);
}
Expand Down

0 comments on commit 18d8655

Please sign in to comment.