diff --git a/components/console/account-page-client.tsx b/components/console/account-page-client.tsx index ea2d1ac..c7f342c 100644 --- a/components/console/account-page-client.tsx +++ b/components/console/account-page-client.tsx @@ -62,7 +62,6 @@ export function AccountPageClient({ user, hasGithubConnection }: { user: UserPro const handleDeleteAccount = async () => { if (deleteInput !== "delete my account") return; - // Direct user-intent safety gate validation matching Issue instructions const doubleConfirm = window.confirm( "CRITICAL WARNING: Are you completely sure you want to delete your account? This will instantly purge all sandboxes, deployments, security logs, and custom configuration secrets permanently." ); @@ -124,18 +123,23 @@ export function AccountPageClient({ user, hasGithubConnection }: { user: UserPro )} + {/* Fixed Avatar Element: Semantic button wrapper with keyboard focus accessibility */}
-
+

Account Avatar

-

Use a generic avatar for privacy.

+

Click avatar badge to update graphics controls.