@asgardeo/javascript 0.2.3 → 0.2.5

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.
package/dist/cjs/index.js CHANGED
@@ -586,6 +586,8 @@ var IsomorphicCrypto = class {
586
586
  "ID token validation returned false"
587
587
  )
588
588
  );
589
+ }).catch((error2) => {
590
+ return Promise.reject(error2);
589
591
  });
590
592
  }
591
593
  /**