implemented delivery of user files

This commit is contained in:
2025-09-29 21:00:38 +02:00
parent d18dfe1f84
commit 152ebb3a20
2 changed files with 26 additions and 2 deletions

View File

@@ -116,6 +116,12 @@
</Router>
{:else}
<Router>
{#if messages.error}
<span class="error">{@html messages.error}</span>
{/if}
{#if messages.warning}
<span class="error">{@html messages.warning}</span>
{/if}
<Route path="/user/reset/pw" component={ResetPw} />
<Route path="/oidc_callback" component={Callback} />
<Route path="/wiki/:key/view" component={WikiGuest} />