diff --git a/src/components/settings/AccountProfileTab.tsx b/src/components/settings/AccountProfileTab.tsx index 91bfa0cd..cc16f5f6 100644 --- a/src/components/settings/AccountProfileTab.tsx +++ b/src/components/settings/AccountProfileTab.tsx @@ -425,29 +425,6 @@ export function AccountProfileTab() { - {/* Danger Zone */} - - - Danger Zone - Irreversible account actions - - - - {deletionRequest && ( -

- Account deletion already in progress -

- )} -
-
- {/* Email Change Dialog */} {user && ( + + + Cancel Email Change? + + This will cancel your pending email change to {pendingEmail}. + Your email will remain as {user?.email}. + You can start a new email change request at any time. + + + + Keep Change + + {cancellingEmail ? 'Cancelling...' : 'Yes, Cancel Change'} + + + + {/* Danger Zone */} @@ -489,28 +487,6 @@ export function AccountProfileTab() { - - - Cancel Email Change? - - This will cancel your pending email change to {pendingEmail}. - Your email will remain as {user?.email}. - You can start a new email change request at any time. - - - - Keep Change - - {cancellingEmail ? 'Cancelling...' : 'Yes, Cancel Change'} - - - - - {/* Account Deletion Dialog */}