diff --git a/src/components/Login/LoginItem.js b/src/components/Login/LoginItem.js index a1d216a3e9fa31a70291c152c94194e8d4748c9d..1732315f9359d039a13a5d545f90b0c240834706 100644 --- a/src/components/Login/LoginItem.js +++ b/src/components/Login/LoginItem.js @@ -94,7 +94,7 @@ class WarpFormItem extends Component { const otherProps = restProps || {}; if (type === 'Captcha') { - const inputProps = omit(otherProps, ['onGetCaptcha']); + const inputProps = omit(otherProps, ['onGetCaptcha', 'countDown']); return (