Unverified Commit 78c6aadf authored by Vinod Kumar Shyave's avatar Vinod Kumar Shyave Committed by GitHub
Browse files

Merge pull request #287 from RoopashreeLakshmikeshava/redirection_issue_revert

reverted redirection related changes
No related merge requests found
Showing with 1 addition and 6 deletions
+1 -6
......@@ -69,11 +69,6 @@
console = console || {};
console.log = function () { };
}
(() => {
if (location.pathname === '/') {
window.location.href = location.origin + '/app';
}
})();
</script>
<div id="backdrop" className="api_spinner">
<div
......
......@@ -73,7 +73,7 @@ function App() {
<Toast toastMsg={toast.toastMsg} toastType={toast.toastType} />
)}
<BrowserRouter basename={'/app'}>
<BrowserRouter>
<Routes>
<Route path={APPLICANT_ROUTE_MAP.auth} element={<Authenticate />}>
<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