Skip to content

Commit

Permalink
re arrange
Browse files Browse the repository at this point in the history
  • Loading branch information
lohanidamodar committed Apr 3, 2024
1 parent 0113d47 commit 06a14ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/router/router.dart
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ final routerProvider = Provider<GoRouter>(
],
redirect: (context, state) {
final lMatch = state.matchedLocation;
final authState = authStateListenable.value;
final qParams = Map<String, String>.from(state.uri.queryParameters);
final authState = authStateListenable.value;
final authStatus = authState.status;
final prefs = (authState.user?.prefs.data ?? {});
final introSeen = prefs['introSeen'] ?? false;
Expand Down

0 comments on commit 06a14ce

Please sign in to comment.