Commit 326dc350 authored by Tang Xinwei's avatar Tang Xinwei

暂时开启改名一天,解决用户注册时ID出BUG问题

parent 73317020
Pipeline #31102 passed with stages
in 2 minutes and 53 seconds
......@@ -144,7 +144,7 @@ class EmailForm extends React.Component {
<Form onSubmit={this.onSubmit}>
<FormItem {...usernameProps.fromItem}>
{getFieldDecorator('username', { ...usernameProps.decorator })(
<Input {...usernameProps.input} disabled/>,
<Input {...usernameProps.input} />,
)}
{
<div className="alert alert-warning" role="alert">{temporaryPromptText}</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment