mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-07-09 17:49:12 +00:00
feat: try to get user data
This commit is contained in:
parent
39a36462bb
commit
482ffd7b85
42 changed files with 383 additions and 227 deletions
|
@ -17,26 +17,21 @@ export const navConfig: NavConfig = {
|
|||
href: '/dashboard',
|
||||
auth: true
|
||||
},
|
||||
{
|
||||
title: 'Settings',
|
||||
href: '/settings',
|
||||
auth: true
|
||||
},
|
||||
{
|
||||
title: 'Login',
|
||||
href: '/login',
|
||||
auth: false,
|
||||
},
|
||||
{
|
||||
title: 'Register',
|
||||
href: '/register',
|
||||
auth: false,
|
||||
},
|
||||
{
|
||||
title: 'Logout',
|
||||
href: '/logout',
|
||||
auth: true
|
||||
},
|
||||
// {
|
||||
// title: 'Settings',
|
||||
// href: '/settings',
|
||||
// auth: true
|
||||
// },
|
||||
// {
|
||||
// title: 'Login',
|
||||
// href: '/login',
|
||||
// auth: false,
|
||||
// },
|
||||
// {
|
||||
// title: 'Register',
|
||||
// href: '/register',
|
||||
// auth: false,
|
||||
// },
|
||||
],
|
||||
sidebarNav: []
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue