Fix delete account function & delete modal

This commit is contained in:
2026-01-08 19:28:44 +01:00
parent fb3722036a
commit ac853920ee
7 changed files with 64 additions and 43 deletions

View File

@@ -27,6 +27,7 @@
<div class="p-4 sm:p-8 bg-white/40 dark:bg-neutral-950/40 backdrop-blur shadow sm:rounded-lg">
@include('profile.partials.delete-user-form')
</div>
@include('profile.partials.delete-user-modal')
</div>
@vite(['resources/js/user-blacklist.js'])
</div>