fix: enable all sub-routes

This commit is contained in:
julius 2025-03-11 10:35:39 +01:00
parent 401ac316c1
commit aa3c3df5da
Signed by: julius
GPG Key ID: C80A63E6A5FD7092

View File

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