Skip to content

Commit

Permalink
fix: Show Security&Login tab in global preferences view
Browse files Browse the repository at this point in the history
  • Loading branch information
usame-algan committed Oct 31, 2023
1 parent 31b20e6 commit f69f536
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/sidebar/SidebarNavigation/config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ export const generalSettingsNavItems = [
label: 'Notifications',
href: AppRoutes.settings.notifications,
},
{
label: 'Security & Login',
href: AppRoutes.settings.securityLogin,
},
{
label: 'Data',
href: AppRoutes.settings.data,
Expand Down

0 comments on commit f69f536

Please sign in to comment.