Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-07-08 21:19:34 +02:00
parent 5dc7c22b03
commit e6e3ed4052
4 changed files with 10 additions and 9 deletions

View File

@@ -47,7 +47,7 @@
<Route path="/user/reset/pw" component={ResetPw} />
<Route path="/oidc_callback" component={Callback} />
<Route>
<Login />
<Login />
</Route>
{/if}
</Router>