Skip to content

Commit

Permalink
[ES-1409] Handled incompatible browser error redirection.
Browse files Browse the repository at this point in the history
Signed-off-by: GurukiranP <[email protected]>
  • Loading branch information
gk-4VII committed Aug 7, 2024
1 parent 58eca92 commit 26849e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions oidc-ui/src/pages/Consent.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export default function ConsentPage() {
const errorCodeObj = {
dismiss: "consent_rejected",
invalid_transaction: "invalid_transaction",
incompatible_browser: "incompatible_browser"
};

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

0 comments on commit 26849e9

Please sign in to comment.