move from embedded to redirect
This commit is contained in:
@@ -84,7 +84,7 @@ class _MyAppState extends State<MyApp> {
|
||||
themeMode: ThemeMode.light, // Force light mode regardless of OS setting
|
||||
debugShowCheckedModeBanner: false,
|
||||
routerConfig: GoRouter(
|
||||
initialLocation: '/gateway-redirect',
|
||||
initialLocation: '/',
|
||||
routes: [
|
||||
ShellRoute(
|
||||
builder: (context, state, child) {
|
||||
|
||||
Reference in New Issue
Block a user