dauth-context-react 6.6.0 → 6.6.1
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/reducer/dauth.actions.ts +1 -1
package/dist/index.mjs
CHANGED
|
@@ -459,7 +459,7 @@ async function registerPasskeyAction(ctx, name) {
|
|
|
459
459
|
onError(new Error("Failed to start passkey registration"));
|
|
460
460
|
return null;
|
|
461
461
|
}
|
|
462
|
-
const credential = await createPasskeyCredential(startResult.data);
|
|
462
|
+
const credential = await createPasskeyCredential(startResult.data.options);
|
|
463
463
|
const finishResult = await finishPasskeyRegistrationAPI(authProxyPath, {
|
|
464
464
|
credential,
|
|
465
465
|
name
|