Skip to content

Commit 628d14d

Browse files
authored
typo: AuthTokenRepository -> AuthRepository
1 parent c91277e commit 628d14d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compass_app/app/lib/routing/router.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import 'routes.dart';
2323

2424
/// Top go_router entry point.
2525
///
26-
/// Listens to changes in [AuthTokenRepository] to redirect the user
26+
/// Listens to changes in [AuthRepository] to redirect the user
2727
/// to /login when the user logs out.
2828
GoRouter router(AuthRepository authRepository) => GoRouter(
2929
initialLocation: Routes.home,

0 commit comments

Comments
 (0)