Commit a4b5b539 authored by Tang Xinwei's avatar Tang Xinwei

Enable name change

parent 40502349
Pipeline #11405 passed with stages
in 1 minute and 40 seconds
...@@ -78,7 +78,7 @@ class EmailForm extends React.Component { ...@@ -78,7 +78,7 @@ class EmailForm extends React.Component {
<Input {...usernameProps.input}/>, <Input {...usernameProps.input}/>,
)} )}
{ {
<div class="alert alert-warning" role="alert">改名已经关闭。改名将在1月,4月,7月和10月的第一周开启</div> <div class="alert alert-warning" role="alert">修改用户名后战绩会清零、也会失去绑定的云卡组。建议提前备份卡组。改名在482359关闭</div>
} }
</FormItem> </FormItem>
...@@ -90,7 +90,7 @@ class EmailForm extends React.Component { ...@@ -90,7 +90,7 @@ class EmailForm extends React.Component {
</FormItem> </FormItem>
<FormItem> <FormItem>
<SubmitButton disabled/> <SubmitButton />
</FormItem> </FormItem>
</Form> </Form>
); );
......
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