Skip to content

Commit

Permalink
Do not reload page after login with oidc (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamils-iRonin authored May 24, 2023
1 parent fbdd73e commit ab72049
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ const oidcConfig = {
scope,
redirectUri,
autoSignIn: false,
automaticSilentRenew: false,
loadUserInfo: false
};

ReactDOM.render((
Expand Down

0 comments on commit ab72049

Please sign in to comment.