From 8825075489b24f14f26f8005a7d43bc1c3bf8b3b Mon Sep 17 00:00:00 2001 From: Vusumuzi Khoza Date: Wed, 26 Nov 2025 16:04:10 +0200 Subject: [PATCH] move from embedded to redirect --- lib/main.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {