diff --git a/src/components/structures/auth/Registration.js b/src/components/structures/auth/Registration.js index dbcd01366c..bf4a86e410 100644 --- a/src/components/structures/auth/Registration.js +++ b/src/components/structures/auth/Registration.js @@ -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} />; } },