pull/2868/merge
Tanya Bouman 2 weeks ago committed by GitHub
commit ce993c1da3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -23,7 +23,7 @@ import 'routes.dart';
/// Top go_router entry point. /// 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. /// to /login when the user logs out.
GoRouter router(AuthRepository authRepository) => GoRouter( GoRouter router(AuthRepository authRepository) => GoRouter(
initialLocation: Routes.home, initialLocation: Routes.home,

Loading…
Cancel
Save