From f3c19c1cef084a4eb68f4a20c38dfad54416c3c1 Mon Sep 17 00:00:00 2001 From: "vluk@2fi-solutions.com.hk" Date: Fri, 2 Jan 2026 19:45:38 +0800 Subject: [PATCH] no message --- src/menu-items/misc.js | 12 ++---------- src/pages/profile/profile.js | 2 +- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/src/menu-items/misc.js b/src/menu-items/misc.js index 09c63c6..96b826b 100644 --- a/src/menu-items/misc.js +++ b/src/menu-items/misc.js @@ -12,24 +12,16 @@ const icons = { const misc = { id: 'misc', - title: 'Miscellaneous', + title: 'Security', type: 'group', children: [ { id: 'profile', - title: 'Profile & 2FA', + title: '2FA', type: 'item', url: '/profile', icon: icons.ProfileOutlined, breadcrumbs: false - }, - { - id: 'logout', - title: 'Logout', - type: 'item', - url: '/logout', - icon: icons.LoginOutlined, - breadcrumbs: false } ] }; diff --git a/src/pages/profile/profile.js b/src/pages/profile/profile.js index 3dddb64..af7d325 100644 --- a/src/pages/profile/profile.js +++ b/src/pages/profile/profile.js @@ -109,7 +109,7 @@ const Profile = () => { return ( - Profile & Security + 2FA