ywana-core8 0.1.21 → 0.1.22

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.umd.js CHANGED
@@ -1361,7 +1361,7 @@
1361
1361
  onFocus = props.onFocus,
1362
1362
  onBlur = props.onBlur,
1363
1363
  _props$autoComplete = props.autoComplete,
1364
- autoComplete = _props$autoComplete === void 0 ? "new-password" : _props$autoComplete;
1364
+ autoComplete = _props$autoComplete === void 0 ? "one-time-code" : _props$autoComplete;
1365
1365
  function onKeyPress(event) {
1366
1366
  var key = event.charCode ? event.charCode : event.keyCode ? event.keyCode : 0;
1367
1367
  if (key == 13) {