mirror of
https://github.com/vector-im/element-web.git
synced 2026-01-07 01:21:48 +01:00
Merge pull request #3112 from matrix-org/dbkr/reenable_register_button
Re-enable register button
This commit is contained in:
commit
fac6dc25f6
@ -30,6 +30,7 @@ limitations under the License.
|
||||
|
||||
.mx_Login_submit:disabled {
|
||||
opacity: 0.3;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.mx_AuthBody a.mx_Login_sso_link:link,
|
||||
|
||||
@ -180,7 +180,10 @@ module.exports = React.createClass({
|
||||
serverConfig.hsUrl,
|
||||
serverConfig.isUrl,
|
||||
);
|
||||
this.setState({serverIsAlive: true});
|
||||
this.setState({
|
||||
serverIsAlive: true,
|
||||
serverErrorIsFatal: false,
|
||||
});
|
||||
} catch (e) {
|
||||
this.setState({
|
||||
busy: false,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user