feat: try to get user data

This commit is contained in:
Bart van der Braak 2024-02-01 13:23:57 +01:00
parent 39a36462bb
commit 482ffd7b85
42 changed files with 383 additions and 227 deletions

View file

@ -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: []
};