diff --git a/src/components/structures/auth/Registration.js b/src/components/structures/auth/Registration.js index de042550d0..7dd24b550b 100644 --- a/src/components/structures/auth/Registration.js +++ b/src/components/structures/auth/Registration.js @@ -471,7 +471,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.serverIsAlive && !this.state.serverErrorIsFatal} />; } },