Commit fd871e90 authored by billfeller's avatar billfeller

bugfix: change /User/Login to /user/login

parent 4c6451a8
...@@ -357,7 +357,7 @@ class PAGE_NAME_UPPER_CAMEL_CASE extends Component< ...@@ -357,7 +357,7 @@ class PAGE_NAME_UPPER_CAMEL_CASE extends Component<
> >
<FormattedMessage id="BLOCK_NAME.register.register" /> <FormattedMessage id="BLOCK_NAME.register.register" />
</Button> </Button>
<Link className={styles.login} to="/User/Login"> <Link className={styles.login} to="/user/login">
<FormattedMessage id="BLOCK_NAME.register.sign-in" /> <FormattedMessage id="BLOCK_NAME.register.sign-in" />
</Link> </Link>
</FormItem> </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