From 78162fc0cbc3b8f51069ed937ea27ddc4d140788 Mon Sep 17 00:00:00 2001 From: MinhNN Date: Sat, 7 Feb 2026 09:14:54 +0700 Subject: [PATCH] chore(release): Remove commented-out `disabled` property from two-factor authentication menu item configuration." --- src/pages/Profile/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/Profile/index.tsx b/src/pages/Profile/index.tsx index 62bc840..3fc41ec 100644 --- a/src/pages/Profile/index.tsx +++ b/src/pages/Profile/index.tsx @@ -30,7 +30,6 @@ const ProfilePage = () => { label: intl.formatMessage({ id: 'master.profile.two-factor-authentication', }), - // disabled: true, }, ]; const handleMenuSelect = (e: { key: string }) => {