@asgardeo/react 0.23.0 → 0.23.2
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 +2 -1
- package/dist/cjs/index.js.map +2 -2
- package/dist/index.js +2 -1
- package/dist/index.js.map +2 -2
- package/package.json +2 -2
package/dist/cjs/index.js
CHANGED
|
@@ -11986,7 +11986,8 @@ var BaseSignUpContent2 = ({
|
|
|
11986
11986
|
actionId: passkeyState.actionId || "submit",
|
|
11987
11987
|
executionId: passkeyState.executionId,
|
|
11988
11988
|
flowType: currentFlow?.flowType || "REGISTRATION",
|
|
11989
|
-
inputs
|
|
11989
|
+
inputs,
|
|
11990
|
+
...challengeTokenRef.current ? { challengeToken: challengeTokenRef.current } : {}
|
|
11990
11991
|
};
|
|
11991
11992
|
const nextResponse = await onSubmit(payload);
|
|
11992
11993
|
const processedResponse = normalizeFlowResponseLocal(nextResponse);
|