Commit 31d792cf authored by Tang Xinwei's avatar Tang Xinwei

disable name change

parent 275c353f
Pipeline #25066 passed with stages
in 2 minutes and 4 seconds
......@@ -144,7 +144,7 @@ class EmailForm extends React.Component {
<Form onSubmit={this.onSubmit}>
<FormItem {...usernameProps.fromItem}>
{getFieldDecorator('username', { ...usernameProps.decorator })(
<Input {...usernameProps.input}/>,
<Input {...usernameProps.input} disabled/>,
)}
{
<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