Skip to content

Commit

Permalink
Update App.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej authored Sep 16, 2024
1 parent b2ed572 commit 727e4b1
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,17 +81,6 @@ export function ContextualizedApp() {

const { logout, goToAuthServer, backFromAuthServer, oidcTokens } = useOidc();

/*
const backFromAuthServer = {
extraQueryParams: {
kc_action: "UPDATE_PROFILE"
},
result: {
kc_action_status: "cancelled"
}
};
*/

const { classes } = useStyles();

return (
Expand Down

0 comments on commit 727e4b1

Please sign in to comment.