diff --git a/lib/main.dart b/lib/main.dart index 25a751a..f70745b 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -84,7 +84,7 @@ class _MyAppState extends State { themeMode: ThemeMode.light, // Force light mode regardless of OS setting debugShowCheckedModeBanner: false, routerConfig: GoRouter( - initialLocation: '/gateway-redirect', + initialLocation: '/', routes: [ ShellRoute( builder: (context, state, child) {