feat: add auth locations

This commit is contained in:
Bart van der Braak 2024-01-29 13:50:14 +01:00
parent b03dcbaf2d
commit 9ef0e46f5f
13 changed files with 200 additions and 95 deletions

View file

@ -16,8 +16,20 @@ export const navConfig: NavConfig = {
href: '/login'
},
{
title: 'Signup',
href: '/signup'
title: 'Register',
href: '/register'
},
{
title: 'Dashboard',
href: '/dashboard'
},
{
title: 'Settings',
href: '/settings'
},
{
title: 'Logout',
href: '/logout'
}
],
sidebarNav: []