fixe router initial screen

This commit is contained in:
amirrezaghabeli
2025-09-02 13:15:25 +03:30
parent e1b4c1dae7
commit e446bf60ae
+1 -1
View File
@@ -26,7 +26,7 @@ final GlobalKey<NavigatorState> notificationNavigatorKey =
// Main app router
final GoRouter appRouter = GoRouter(
routes: $appRoutes,
initialLocation: '/notification',
initialLocation: '/login',
navigatorKey: rootNavigatorKey,
);