From 81f92227c268402594c773cf4c4c1b24851db4a0 Mon Sep 17 00:00:00 2001 From: Ruidy Nemausat Date: Tue, 28 Apr 2020 11:27:40 +0200 Subject: [PATCH] use env var for auth0 --- src/index.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/index.js b/src/index.js index fe50810..318310c 100644 --- a/src/index.js +++ b/src/index.js @@ -5,7 +5,6 @@ import { App } from "./App.jsx"; import * as serviceWorker from "./serviceWorker"; import { Auth0Provider } from "./utils/auth0-spa"; import history from "./utils/history"; -import config from "./utils/auth_config.json"; // for safety reasons this file is not tracked by git import Firebase, { FirebaseContext } from "./services/Firebase"; const onRedirectCallBack = (appState) => { @@ -18,8 +17,8 @@ const onRedirectCallBack = (appState) => { ReactDOM.render(