@ory/elements-react 1.0.0-next.21 → 1.0.0-next.23

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.
@@ -419,7 +419,8 @@ function DefaultCurrentIdentifierButton() {
419
419
  );
420
420
  const attributes = omit(nodeBackButton.attributes, [
421
421
  "autocomplete",
422
- "node_type"
422
+ "node_type",
423
+ "maxlength"
423
424
  ]);
424
425
  return /* @__PURE__ */ jsx6(
425
426
  "a",