Commit 6ed6f709 authored by Tang Xinwei's avatar Tang Xinwei

Disable name change

parent 6453d641
Pipeline #26343 passed with stages
in 1 minute and 52 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