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

@ -256,7 +256,7 @@ module.exports = React.createClass({
</form>
{ serverConfigSection }
{ errorText }
<a className="mx_Login_create" onClick={this.onLoginClick} href="#">
<a className="mx_Auth_changeFlow" onClick={this.onLoginClick} href="#">
{ _t('Return to login screen') }
</a>
</div>