File: components/console/account-page-client.tsx
Console Page: Account
Type: Bug
Effort: Medium (< 2 hrs)
Problem: The "Delete My Account" button is enabled by typing the confirmation phrase but has no onClick handler.
Fix: Implement handleDeleteAccount and wire it to onClick; show confirmation modal and call DELETE API, then provide feedback.
File: components/console/account-page-client.tsx
Console Page: Account
Type: Bug
Effort: Medium (< 2 hrs)
Problem: The "Delete My Account" button is enabled by typing the confirmation phrase but has no onClick handler.
Fix: Implement
handleDeleteAccountand wire it to onClick; show confirmation modal and call DELETE API, then provide feedback.