@ory/elements-react 0.0.0-pr.96c07cce → 0.0.0-pr.c7aa6707

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.mjs CHANGED
@@ -1235,7 +1235,7 @@ function OryTwoStepCardStateMethodActive({
1235
1235
  onAfterSubmit: handleAfterFormSubmit(dispatchFormState),
1236
1236
  children: /* @__PURE__ */ jsxs(Form.Group, { children: [
1237
1237
  ui.nodes.filter(
1238
- (n) => isUiNodeScriptAttributes(n.attributes) || n.group === UiNodeGroupEnum.Captcha || n.group === UiNodeGroupEnum.Default || n.group === UiNodeGroupEnum.Profile
1238
+ (n) => isUiNodeScriptAttributes(n.attributes) || n.group === UiNodeGroupEnum.Default || n.group === UiNodeGroupEnum.Profile
1239
1239
  ).map((node, k) => /* @__PURE__ */ jsx(Node, { node }, k)),
1240
1240
  finalNodes.sort(sortNodes).map((node, k) => /* @__PURE__ */ jsx(Node, { node }, k))
1241
1241
  ] })