From 62c00539735099fdf3f9a502ee3908f8c40158e0 Mon Sep 17 00:00:00 2001 From: Potenz Date: Tue, 11 Nov 2025 00:23:49 +0530 Subject: [PATCH] changed - default page changed --- apps/Frontend/src/App.tsx | 2 +- apps/Frontend/src/pages/auth-page.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/Frontend/src/App.tsx b/apps/Frontend/src/App.tsx index 45c5c4a..1d1a49f 100644 --- a/apps/Frontend/src/App.tsx +++ b/apps/Frontend/src/App.tsx @@ -31,7 +31,7 @@ const NotFound = lazy(() => import("./pages/not-found")); function Router() { return ( - } /> + } /> } /> { if (user) { - navigate("/patients"); + navigate("/insurance-status"); } }, [user, navigate]);