diff --git a/compass_app/app/lib/routing/router.dart b/compass_app/app/lib/routing/router.dart index 2d3030085..b27b95aea 100644 --- a/compass_app/app/lib/routing/router.dart +++ b/compass_app/app/lib/routing/router.dart @@ -23,7 +23,7 @@ import 'routes.dart'; /// Top go_router entry point. /// -/// Listens to changes in [AuthTokenRepository] to redirect the user +/// Listens to changes in [AuthRepository] to redirect the user /// to /login when the user logs out. GoRouter router(AuthRepository authRepository) => GoRouter( initialLocation: Routes.home,