Skip to content

Commit

Permalink
[ES-1678] Update Consent.js (#916)
Browse files Browse the repository at this point in the history
Signed-off-by: Gk <76690271+gk-4VII@users.noreply.github.com>
  • Loading branch information
gk-4VII authored Sep 24, 2024
1 parent 53d596f commit c092b0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion oidc-ui/src/pages/Consent.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ export default function ConsentPage() {
const errorCodeObj = {
dismiss: "consent_rejected",
invalid_transaction: "invalid_transaction",
incompatible_browser: "incompatible_browser"
incompatible_browser: "incompatible_browser",
ekyc_failed: "ekyc_failed"
};

const handleRedirection = (redirect_uri, errorCode) => {
Expand Down

0 comments on commit c092b0f

Please sign in to comment.