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 }) => {