We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c91277e commit 628d14dCopy full SHA for 628d14d
1 file changed
compass_app/app/lib/routing/router.dart
@@ -23,7 +23,7 @@ import 'routes.dart';
23
24
/// Top go_router entry point.
25
///
26
-/// Listens to changes in [AuthTokenRepository] to redirect the user
+/// Listens to changes in [AuthRepository] to redirect the user
27
/// to /login when the user logs out.
28
GoRouter router(AuthRepository authRepository) => GoRouter(
29
initialLocation: Routes.home,
0 commit comments