forked from Gitlink/forgeplus-react
账号同步框提示文字错误
This commit is contained in:
parent
21902543f4
commit
e4c54622b8
|
@ -52,9 +52,9 @@ function EducoderAccount({form , visible , onOk , email}){
|
|||
</Form.Item>
|
||||
<Form.Item label="密码">
|
||||
{getFieldDecorator("password",{
|
||||
rules:[{required:true,message:"请输入邮箱密码"}]
|
||||
rules:[{required:true,message:"请输入您的平台密码"}]
|
||||
})(
|
||||
<Input.Password placeholder="请输入您的邮箱密码" width="220px"/>
|
||||
<Input.Password placeholder="请输入您的平台密码" width="220px"/>
|
||||
)}
|
||||
</Form.Item>
|
||||
</Form>
|
||||
|
|
Loading…
Reference in New Issue