From 026c8f448f67131ae1d5e6c6468e6d5f47f2ecad Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Wed, 13 Sep 2023 21:23:59 +0000 Subject: [PATCH] Remove base path (#2) Reviewed-on: https://git.vdb.to/cerc-io/keycloak-reg-ui/pulls/2 Co-authored-by: Thomas E Lackey Co-committed-by: Thomas E Lackey --- src/App.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/App.js b/src/App.js index 055cbe5..c973ebf 100644 --- a/src/App.js +++ b/src/App.js @@ -7,14 +7,13 @@ import VerifyPage from './components/pages/VerifyPage' import './App.css' export default function App() { - const basePath = "LACONIC_HOSTED_CONFIG_web_path" return (
- } /> - } /> - } /> + } /> + } /> + } />