mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-21 00:05:36 +02:00
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:
committed by
GitHub
parent
7731016868
commit
507560f8c3
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user