fixe router initial screen
This commit is contained in:
@@ -26,7 +26,7 @@ final GlobalKey<NavigatorState> notificationNavigatorKey =
|
||||
// Main app router
|
||||
final GoRouter appRouter = GoRouter(
|
||||
routes: $appRoutes,
|
||||
initialLocation: '/notification',
|
||||
initialLocation: '/login',
|
||||
navigatorKey: rootNavigatorKey,
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user