fix: enable all sub-routes

This commit is contained in:
2025-03-11 10:35:39 +01:00
parent 401ac316c1
commit aa3c3df5da

View File

@@ -15,7 +15,7 @@ function App() {
<Routes>
<Route path="/password" element={<SetPassword />} />
<Route
index
path="/*"
element={
<SessionProvider>
<Header />