mirror of
https://github.com/perstarkse/minne.git
synced 2026-06-12 09:14:27 +02:00
confirm dialog on delete account
This commit is contained in:
@@ -38,7 +38,9 @@
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-control mt-4">
|
<div class="form-control mt-4">
|
||||||
<button hx-delete="/delete-account" class="btn btn-error w-full">
|
<button hx-delete="/delete-account"
|
||||||
|
hx-confirm="This action will permanently delete your account and all data associated. Are you sure you want to continue?"
|
||||||
|
class="btn btn-error w-full">
|
||||||
Delete Account
|
Delete Account
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user