Skip to content

Commit

Permalink
Fix scopes for skipped consent
Browse files Browse the repository at this point in the history
  • Loading branch information
mpgxvii committed Dec 2, 2024
1 parent c45a68c commit 67fcf70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/consent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const Consent = () => {
body: JSON.stringify({
consentChallenge: consent_challenge,
consentAction: "accept",
grantScope: [],
grantScope: consentData.requested_scope,
remember: false,
identity: sessionData.identity,
}),
Expand Down

0 comments on commit 67fcf70

Please sign in to comment.