Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3093 from matrix-org/jryans/is-down-blocks-reg
Browse files Browse the repository at this point in the history
Allow registration to submit for non-fatal errors
  • Loading branch information
jryans authored Jun 12, 2019
2 parents 3836a3e + b8ed731 commit 3dee682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/structures/auth/Registration.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}
/>;
}
},
Expand Down

0 comments on commit 3dee682

Please sign in to comment.