1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-14 19:02:33 +03:00

Merge pull request #4575 from matrix-org/t3chguy/registration_disabled_prompt_server

Prompt user to specify an alternate server if theirs has registration off
This commit is contained in:
Michael Telatynski
2020-05-12 09:43:34 +01:00
committed by GitHub

View File

@@ -267,6 +267,7 @@ export default createReactClass({
dis.dispatch({action: 'start_login'}); dis.dispatch({action: 'start_login'});
} else { } else {
this.setState({ this.setState({
serverErrorIsFatal: true, // fatal because user cannot continue on this server
errorText: _t("Registration has been disabled on this homeserver."), errorText: _t("Registration has been disabled on this homeserver."),
// add empty flows array to get rid of spinner // add empty flows array to get rid of spinner
flows: [], flows: [],