@veripass/react-sdk 1.0.20 → 1.0.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -654,7 +654,8 @@ var AuthProvider = function AuthProvider(_ref) {
654
654
  var currentPath = window.location.pathname;
655
655
  var isWhitelisted = publicUrlsList.includes(currentPath);
656
656
  if (user === null && !isWhitelisted) {
657
- window.location.replace('/auth/login');
657
+ debugger;
658
+ //window.location.replace('/auth/login');
658
659
  }
659
660
  }
660
661
  }, [user, publicUrlsList, isInitialized]);