From 517413936c4ad8460cdd11a5391b2119a316b995 Mon Sep 17 00:00:00 2001 From: mattyl006 Date: Wed, 5 Oct 2022 17:50:10 +0200 Subject: [PATCH] turn off keycloak --- src/index.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/index.js b/src/index.js index fad2077..189e572 100644 --- a/src/index.js +++ b/src/index.js @@ -3,8 +3,8 @@ import ReactDOM from 'react-dom/client'; import './index.css'; import './normalize.css'; import App from './App'; -import KeyCloakService from './services/KeyCloakService'; -import HttpService from './services/HttpService'; +// import KeyCloakService from './services/KeyCloakService'; +// import HttpService from './services/HttpService'; const root = ReactDOM.createRoot(document.getElementById('root')); @@ -14,7 +14,7 @@ const renderApp = () => root.render( ); -KeyCloakService.initKeycloak(renderApp); -HttpService.configure(); +// KeyCloakService.initKeycloak(renderApp); +// HttpService.configure(); renderApp(); \ No newline at end of file