@matchain/matchid-sdk-react 0.1.32 → 0.1.33

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
@@ -1896,6 +1896,7 @@ function StepVerify(props) {
1896
1896
  placeholder: intl.formatMessage({
1897
1897
  id: "codePlaceholder"
1898
1898
  }),
1899
+ className: "matchid-email-verify-field",
1899
1900
  maxLength: codeLength,
1900
1901
  onChange: (e) => setCode(e.target.value),
1901
1902
  value: code,