Commit 165b48fb authored by Roopashree L's avatar Roopashree L
Browse files

reverted redirection related changes

No related merge requests found
Showing with 1 addition and 6 deletions
+1 -6
...@@ -69,11 +69,6 @@ ...@@ -69,11 +69,6 @@
console = console || {}; console = console || {};
console.log = function () { }; console.log = function () { };
} }
(() => {
if (location.pathname === '/') {
window.location.href = location.origin + '/app';
}
})();
</script> </script>
<div id="backdrop" className="api_spinner"> <div id="backdrop" className="api_spinner">
<div <div
......
...@@ -73,7 +73,7 @@ function App() { ...@@ -73,7 +73,7 @@ function App() {
<Toast toastMsg={toast.toastMsg} toastType={toast.toastType} /> <Toast toastMsg={toast.toastMsg} toastType={toast.toastType} />
)} )}
<BrowserRouter basename={'/app'}> <BrowserRouter>
<Routes> <Routes>
<Route path={APPLICANT_ROUTE_MAP.auth} element={<Authenticate />}> <Route path={APPLICANT_ROUTE_MAP.auth} element={<Authenticate />}>
<Route <Route
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment