From e446bf60aee3ba3928c86d1eb547196078442145 Mon Sep 17 00:00:00 2001 From: amirrezaghabeli Date: Tue, 2 Sep 2025 13:15:25 +0330 Subject: [PATCH] fixe router initial screen --- lib/core/routes/app_routes.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/routes/app_routes.dart b/lib/core/routes/app_routes.dart index 3ed20a9..c7e68bf 100644 --- a/lib/core/routes/app_routes.dart +++ b/lib/core/routes/app_routes.dart @@ -26,7 +26,7 @@ final GlobalKey notificationNavigatorKey = // Main app router final GoRouter appRouter = GoRouter( routes: $appRoutes, - initialLocation: '/notification', + initialLocation: '/login', navigatorKey: rootNavigatorKey, );