From 628d14d31e3cffbd7d33b35ab1060c2012a042f2 Mon Sep 17 00:00:00 2001 From: Tanya Bouman Date: Tue, 7 Jul 2026 18:45:31 -0400 Subject: [PATCH] typo: AuthTokenRepository -> AuthRepository --- compass_app/app/lib/routing/router.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,