feat(auth): enterprise authentication and user management
This commit is contained in:
parent
4bc8b20a21
commit
86a32a942c
36 changed files with 2239 additions and 324 deletions
|
|
@ -13,7 +13,7 @@ const menu = [
|
|||
{
|
||||
icon: LayoutDashboard,
|
||||
name: "Dashboard",
|
||||
href: "/",
|
||||
href: "/dashboard",
|
||||
},
|
||||
{
|
||||
icon: Users,
|
||||
|
|
@ -83,4 +83,4 @@ export default function Sidebar() {
|
|||
|
||||
</aside>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue