Skip to content

Commit

Permalink
chore: auto-unlock
Browse files Browse the repository at this point in the history
  • Loading branch information
pavanjoshi914 committed Jan 24, 2025
1 parent 55794c0 commit 81de131
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/src/components/layouts/SettingsLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ export default function SettingsLayout() {
<aside className="lg:-mx-4 lg:w-1/5">
<nav className="flex flex-wrap lg:flex-col -space-x-1 lg:space-x-0 lg:space-y-1">
<MenuItem to="/settings">Theme</MenuItem>
{info?.autoUnlockPasswordSupported && (
<MenuItem to="/settings/auto-unlock">Auto Unlock</MenuItem>
)}
<MenuItem to="/settings/change-unlock-password">
Unlock Password
</MenuItem>
Expand Down

0 comments on commit 81de131

Please sign in to comment.