customer login is working and customer dashboard created

This commit is contained in:
Mayur Shinde
2026-06-12 20:58:46 +05:30
parent 5cb59b8a73
commit 233af7fb3d
5 changed files with 217 additions and 5 deletions
+2 -1
View File
@@ -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,
];
}