1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-10 19:34:34 +00:00

fix(web): show login on logged-out state

This commit is contained in:
Saad Jutt
2022-08-04 05:39:28 +05:00
parent 18052fdbf6
commit f7fcc7741a

View File

@@ -22,7 +22,7 @@ function App() {
<HashRouter>
<Header />
<Routes>
<Route path="/" element={<Login />} />
<Route path="*" element={<Login />} />
</Routes>
</HashRouter>
</ThemeProvider>