Commit b5097b76 authored by Tang Xinwei's avatar Tang Xinwei

disable name change

parent e4abe142
Pipeline #17138 passed with stages
in 1 minute and 50 seconds
......@@ -78,14 +78,14 @@ class EmailForm extends React.Component {
<Input {...usernameProps.input} />,
)}
{
<div class="alert alert-warning" role="alert">改名开启至10923:59。改名后战绩将清空,并且需要点击切换用户按钮后才能进入游戏</div>
<div class="alert alert-warning" role="alert">改名已关闭。每年1月、4月、7月和10月的第一周开启改名</div>
}
</FormItem>
<FormItem {...passwordProps.fromItem}>
{getFieldDecorator('password', { ...passwordProps.decorator })(
<Input {...passwordProps.input} />,
<Input {...passwordProps.input} disabled/>,
)}
</FormItem>
......
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