pull/2868/merge
Tanya Bouman 1 day ago committed by GitHub
commit 6891ce30fb
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.
///
/// 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,

Loading…
Cancel
Save