refactor/update-packages-with-new-component-version #215

Closed
malo wants to merge 11 commits from refactor/update-packages-with-new-component-version into components/feat/same-type-component-usage
Showing only changes of commit 68426786ec - Show all commits

View File

@ -71,7 +71,8 @@ class App extends StatelessWidget {
if (authState.status != previous?.status) {
previous = authState;
// Checking if current path is onboarding or not
final isOnboarding = AppRouter.publicRoutes.contains(state.subloc);
final isOnboarding =
AppRouter.publicRoutes.contains(state.matchedLocation);
if (authState.status == AuthenticationStatus.unauthenticated) {
debugPrint('Not logged');
if (!isOnboarding) {