chore(release): Remove commented-out disabled property from two-factor authentication menu item configuration."

This commit is contained in:
2026-02-07 09:14:54 +07:00
parent 155101491b
commit 78162fc0cb

View File

@@ -30,7 +30,6 @@ const ProfilePage = () => {
label: intl.formatMessage({
id: 'master.profile.two-factor-authentication',
}),
// disabled: true,
},
];
const handleMenuSelect = (e: { key: string }) => {