move from embedded to redirect

This commit is contained in:
2025-11-26 16:04:10 +02:00
parent 28312a4989
commit 8825075489

View File

@@ -84,7 +84,7 @@ class _MyAppState extends State<MyApp> {
themeMode: ThemeMode.light, // Force light mode regardless of OS setting themeMode: ThemeMode.light, // Force light mode regardless of OS setting
debugShowCheckedModeBanner: false, debugShowCheckedModeBanner: false,
routerConfig: GoRouter( routerConfig: GoRouter(
initialLocation: '/gateway-redirect', initialLocation: '/',
routes: [ routes: [
ShellRoute( ShellRoute(
builder: (context, state, child) { builder: (context, state, child) {