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