customer login is working and customer dashboard created
This commit is contained in:
@@ -219,7 +219,8 @@ const Layout = () => {
|
||||
];
|
||||
default: // Customer or Fallback
|
||||
return [
|
||||
{ to: "/customer/profile", icon: LayoutDashboard, label: "Dashboard" },
|
||||
{ to: "/portal/dashboard", icon: LayoutDashboard, label: "Dashboard" },
|
||||
{ to: "/portal/profile", icon: User, label: "My Profile" },
|
||||
...commonItems,
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user