Skip to content

Commit

Permalink
[frontend] Remove unused settings pages
Browse files Browse the repository at this point in the history
  • Loading branch information
kotto5 committed Mar 6, 2024
1 parent ddefe74 commit baf3b17
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions frontend/app/settings/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,6 @@ const sidebarNavItems = [
title: "Change Password",
href: "/settings/change-password",
},
{
title: "Account",
href: "/settings/account",
},
{
title: "Appearance",
href: "/settings/appearance",
},
{
title: "Notifications",
href: "/settings/notifications",
},
{
title: "Configure 2FA",
href: "/settings/2fa",
Expand Down

0 comments on commit baf3b17

Please sign in to comment.