@veripass/react-sdk 1.0.23 → 1.0.25

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.
@@ -650,10 +650,7 @@ var AuthProvider = function AuthProvider(_ref) {
650
650
  var currentPath = window.location.pathname;
651
651
  var isWhitelisted = publicUrlsList.includes(currentPath);
652
652
  if (user === null && !isWhitelisted) {
653
- console.log(publicUrlsList);
654
- console.log(currentPath);
655
- debugger;
656
- //window.location.replace('/auth/login');
653
+ window.location.replace('/auth/login');
657
654
  }
658
655
  }
659
656
  }, [user, isInitialized]);