1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

Rename links for changing auth flow

This commit is contained in:
J. Ryan Stinnett
2019-01-23 14:30:09 -06:00
parent e0e873d0a8
commit 9b3d674a92
5 changed files with 10 additions and 10 deletions

View File

@@ -465,7 +465,7 @@ module.exports = React.createClass({
let signIn;
if (!this.state.doingUIAuth) {
signIn = (
<a className="mx_Login_create" onClick={this.onLoginClick} href="#">
<a className="mx_Auth_changeFlow" onClick={this.onLoginClick} href="#">
{ _t('I already have an account') }
</a>
);