preparing to show pages to guests

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-09-19 09:22:44 +02:00
parent 026e098314
commit 93124a9a8c
2 changed files with 12 additions and 6 deletions

View File

@@ -100,11 +100,12 @@
</Router>
{:else}
<Router>
<Route path="/user/reset/pw" component={ResetPw} />
<Route path="/oidc_callback" component={Callback} />
<Route>
<Login />
</Route>
<Route path="/user/reset/pw" component={ResetPw} />
<Route path="/oidc_callback" component={Callback} />
<Route path="/wiki/:key/view" component={WikiPage} />
<Route>
<Login />
</Route>
</Router>
{/if}
<Footer />