mirror of https://github.com/vector-im/riot-web
Merge pull request #3093 from matrix-org/jryans/is-down-blocks-reg
Allow registration to submit for non-fatal errorspull/21833/head
commit
3dee682048
|
@ -486,7 +486,7 @@ module.exports = React.createClass({
|
|||
onEditServerDetailsClick={onEditServerDetailsClick}
|
||||
flows={this.state.flows}
|
||||
serverConfig={this.props.serverConfig}
|
||||
canSubmit={this.state.serverIsAlive && !this.state.serverErrorIsFatal}
|
||||
canSubmit={!this.state.serverErrorIsFatal}
|
||||
/>;
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue