Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lohanidamodar committed Aug 16, 2024
1 parent 562ca33 commit bba5e8c
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 @@ -136,7 +136,7 @@ final routerProvider = Provider<GoRouter>(

if (isProtectedRoute && isAuthenticated && !introSeen) {
qParams['redirect'] = qParams['redirect'] ?? lMatch;
return Uri(path: '/${LoginScreen.name}', queryParameters: qParams)
return Uri(path: '/${IntroScreen.name}', queryParameters: qParams)
.toString();
}

Expand Down

0 comments on commit bba5e8c

Please sign in to comment.