@veripass/react-sdk 1.0.18 → 1.0.19

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.
@@ -591,8 +591,7 @@ var AuthProvider = function AuthProvider(_ref) {
591
591
  React__default.Children.forEach(children, function (child) {
592
592
  return extractPublicPaths(child);
593
593
  });
594
- debugger;
595
- setPublicPathSet(publicPaths);
594
+ setPublicUrlsList(publicPaths);
596
595
  }, [children]);
597
596
 
598
597
  /**