Merge pull request #3112 from matrix-org/dbkr/reenable_register_button
Re-enable register button
This commit is contained in:
commit
fac6dc25f6
2 changed files with 5 additions and 1 deletions
|
@ -30,6 +30,7 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_Login_submit:disabled {
|
.mx_Login_submit:disabled {
|
||||||
opacity: 0.3;
|
opacity: 0.3;
|
||||||
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_AuthBody a.mx_Login_sso_link:link,
|
.mx_AuthBody a.mx_Login_sso_link:link,
|
||||||
|
|
|
@ -180,7 +180,10 @@ module.exports = React.createClass({
|
||||||
serverConfig.hsUrl,
|
serverConfig.hsUrl,
|
||||||
serverConfig.isUrl,
|
serverConfig.isUrl,
|
||||||
);
|
);
|
||||||
this.setState({serverIsAlive: true});
|
this.setState({
|
||||||
|
serverIsAlive: true,
|
||||||
|
serverErrorIsFatal: false,
|
||||||
|
});
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
this.setState({
|
this.setState({
|
||||||
busy: false,
|
busy: false,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue