refactoring: 'Datei zu Vorgang hinzufügen' an DB angepasst

This commit is contained in:
2025-07-14 13:20:15 +02:00
parent cd5389666e
commit 484acd3bcf
5 changed files with 43 additions and 36 deletions

View File

@@ -144,7 +144,7 @@
<div class="flex flex-col items-center justify-center w-full">
<h1 class="text-xl">Vorgang {vorg.name}</h1>
{#if data?.user?.admin}
Zugangspasswort: {vorg.pw}
Zugangscode: {vorg.pw}
<Button on:click={() => setClipboard($page.url.toString().split('?')[0])}>Copy Link</Button>
{/if}
</div>