Merge pull request 'fixe router initial screen' (#88) from fix_router into main
Reviewed-on: https://repo.ravanertebat.com/TM/tm_app/pulls/88
This commit is contained in:
@@ -26,7 +26,7 @@ final GlobalKey<NavigatorState> notificationNavigatorKey =
|
|||||||
// Main app router
|
// Main app router
|
||||||
final GoRouter appRouter = GoRouter(
|
final GoRouter appRouter = GoRouter(
|
||||||
routes: $appRoutes,
|
routes: $appRoutes,
|
||||||
initialLocation: '/notification',
|
initialLocation: '/login',
|
||||||
navigatorKey: rootNavigatorKey,
|
navigatorKey: rootNavigatorKey,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user