mirror of
https://github.com/perstarkse/minne.git
synced 2026-04-18 06:59:43 +02:00
confirm dialog on delete account
This commit is contained in:
@@ -38,7 +38,9 @@
|
||||
</button>
|
||||
</div>
|
||||
<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
|
||||
</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user