+
+
Payment Backoffice
+
+ Please log in to access the backoffice.
+
+
+
+ {/* Always show the modal on the login page */}
+
{
+ /* No direct close for login modal, user must log in */
+ }}
+ title="Login to Backoffice"
+ >
+
+
+
+ );
+}
diff --git a/payment-iq/app/page.tsx b/payment-iq/app/page.tsx
index cb6ddb3..bb91a4b 100644
--- a/payment-iq/app/page.tsx
+++ b/payment-iq/app/page.tsx
@@ -1,6 +1,6 @@
"use client";
-import { DashboardHomePage } from "./features/pages/DashboardHomePage/DashboardHomePage";
+import { DashboardHomePage } from "./features/Pages/DashboardHomePage/DashboardHomePage";
const DashboardPage = () => {
return