@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.cjs.js +1 -0
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -0
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -582,6 +582,7 @@ function register(options) {
|
|
|
582
582
|
case 0:
|
|
583
583
|
_d.trys.push([0, 2, , 3]);
|
|
584
584
|
createOptions = __assign(__assign({}, options), { challenge: base64urlToArrayBuffer(options.challenge), user: __assign(__assign({}, options.user), { id: base64urlToArrayBuffer(options.user.id) }) });
|
|
585
|
+
console.log("Creating credential with options:", createOptions, "...\n\n\n", options);
|
|
585
586
|
return [4 /*yield*/, navigator.credentials.create({
|
|
586
587
|
publicKey: createOptions,
|
|
587
588
|
})];
|