Update web/src/lib/components/user-data-table.svelte

correct the id that the email label references

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Maximilian Dorninger
2025-07-19 14:55:31 +02:00
committed by GitHub
parent 7731016868
commit 507560f8c3

View File

@@ -174,7 +174,7 @@
</div>
<!-- Email -->
<div>
<Label class="mb-1 block text-sm font-medium" for="superuser">Password</Label>
<Label class="mb-1 block text-sm font-medium" for="email">Email</Label>
<Input
bind:value={newEmail}
class="w-full"