@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.
@@ -611,8 +611,7 @@ var AuthProvider = function AuthProvider(_ref) {
611
611
  React.Children.forEach(children, function (child) {
612
612
  return extractPublicPaths(child);
613
613
  });
614
- debugger;
615
- setPublicPathSet(publicPaths);
614
+ setPublicUrlsList(publicPaths);
616
615
  }, [children]);
617
616
 
618
617
  /**