1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-18 09:22:18 +03:00

Allow the login form to be submitted, and clarify other things

This commit is contained in:
Travis Ralston
2019-06-06 12:18:41 -06:00
parent c15ee1a829
commit d59ad605a6
3 changed files with 14 additions and 17 deletions

View File

@ -67,7 +67,7 @@ module.exports = React.createClass({
this._checkServerLiveliness(this.props.serverConfig);
},
componentWillReceiveProps: async function(newProps) {
componentWillReceiveProps: function(newProps) {
if (newProps.serverConfig.hsUrl === this.props.serverConfig.hsUrl &&
newProps.serverConfig.isUrl === this.props.serverConfig.isUrl) return;