From 413bcdf80ad45f579faa7548a3d66e14db4ba0ae Mon Sep 17 00:00:00 2001 From: Eric Thuaud <58465319+EricThuaud@users.noreply.github.com> Date: Tue, 21 Feb 2023 11:59:10 +0100 Subject: [PATCH] fix - modif authtype comparison value --- package.json | 2 +- src/App.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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', }) ); }