initial multi user feature
This commit is contained in:
@@ -49,6 +49,6 @@ Future<GoRouter> router(Ref ref) async {
|
||||
return GoRouter(
|
||||
debugLogDiagnostics: true,
|
||||
routes: $appRoutes,
|
||||
initialLocation: initialLocation ?? BrowserRoute().location,
|
||||
initialLocation: initialLocation ?? const BrowserRoute().location,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user