remove duplicate input field

This commit is contained in:
maxDorninger
2025-07-29 16:04:44 +02:00
parent bb294225f2
commit 99c0a7dafa

View File

@@ -80,13 +80,6 @@
placeholder="Keep empty to not change the password"
type="password"
/>
<Input
bind:value={newPassword}
class="w-full"
id="password"
placeholder="Confirm new password"
type="password"
/>
</div>
</div>
<div class="mt-8 flex justify-end gap-2">