diff --git a/authentication/src/app/flow/consent/page.tsx b/authentication/src/app/flow/consent/page.tsx index 9b55ee2..5267326 100644 --- a/authentication/src/app/flow/consent/page.tsx +++ b/authentication/src/app/flow/consent/page.tsx @@ -83,8 +83,8 @@ export default async function Consent(props: { searchParams: Promise<{ consent_c + onAcceptAction={onAccept} + onRejectAction={onReject}/> ); }