Commit e4fb9525 authored by Tang Xinwei's avatar Tang Xinwei

disabled name change

parent 9b5edfee
Pipeline #17140 passed with stages
in 1 minute and 23 seconds
...@@ -75,7 +75,7 @@ class EmailForm extends React.Component { ...@@ -75,7 +75,7 @@ class EmailForm extends React.Component {
<Form onSubmit={this.onSubmit}> <Form onSubmit={this.onSubmit}>
<FormItem {...usernameProps.fromItem}> <FormItem {...usernameProps.fromItem}>
{getFieldDecorator('username', { ...usernameProps.decorator })( {getFieldDecorator('username', { ...usernameProps.decorator })(
<Input {...usernameProps.input} disabled//>, <Input {...usernameProps.input} />,
)} )}
{ {
<div class="alert alert-warning" role="alert">改名已关闭。每年1月、4月、7月和10月的第一周开启改名。</div> <div class="alert alert-warning" role="alert">改名已关闭。每年1月、4月、7月和10月的第一周开启改名。</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