@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/index.js CHANGED
@@ -11927,7 +11927,8 @@ var BaseSignUpContent2 = ({
11927
11927
  actionId: passkeyState.actionId || "submit",
11928
11928
  executionId: passkeyState.executionId,
11929
11929
  flowType: currentFlow?.flowType || "REGISTRATION",
11930
- inputs
11930
+ inputs,
11931
+ ...challengeTokenRef.current ? { challengeToken: challengeTokenRef.current } : {}
11931
11932
  };
11932
11933
  const nextResponse = await onSubmit(payload);
11933
11934
  const processedResponse = normalizeFlowResponseLocal(nextResponse);