Skip to content

Commit

Permalink
fix - modif authtype comparison value
Browse files Browse the repository at this point in the history
  • Loading branch information
EricThuaud authored Feb 21, 2023
1 parent 9efd3ff commit 413bcdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "colempub",
"version": "0.10.8",
"version": "0.10.9",
"dependencies": {
"axios": "^0.19.2",
"bootstrap": "^3.3.7",
Expand Down
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class App extends Component {
urlBackEnd: data.urlColemanPromotionBack,
urlMySurveys: data.urlSurveys,
isConfigLoaded: true,
keycloakAuth: data.authType === 'keycloak',
keycloakAuth: data.authType === 'OIDC',
})
);
}
Expand Down

0 comments on commit 413bcdf

Please sign in to comment.