diff --git a/package.json b/package.json index 068f3cc..72b9331 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "colempub", - "version": "0.10.8", + "version": "0.10.9", "dependencies": { "axios": "^0.19.2", "bootstrap": "^3.3.7", diff --git a/src/App.js b/src/App.js index f671e40..fbf168b 100644 --- a/src/App.js +++ b/src/App.js @@ -26,7 +26,7 @@ class App extends Component { urlBackEnd: data.urlColemanPromotionBack, urlMySurveys: data.urlSurveys, isConfigLoaded: true, - keycloakAuth: data.authType === 'keycloak', + keycloakAuth: data.authType === 'OIDC', }) ); }