@nibssplc/cams-sdk-react 0.0.1-beta.97 → 0.0.1-beta.98

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/index.esm.js CHANGED
@@ -561,6 +561,7 @@ function register(options) {
561
561
  case 0:
562
562
  _d.trys.push([0, 2, , 3]);
563
563
  createOptions = __assign(__assign({}, options), { challenge: base64urlToArrayBuffer(options.challenge), user: __assign(__assign({}, options.user), { id: base64urlToArrayBuffer(options.user.id) }) });
564
+ console.log("Creating credential with options:", createOptions, "...\n\n\n", options);
564
565
  return [4 /*yield*/, navigator.credentials.create({
565
566
  publicKey: createOptions,
566
567
  })];