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

disable password reset button when spinning

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2020-04-15 14:07:37 +01:00
parent 8b25223026
commit ac26719b69
3 changed files with 24 additions and 9 deletions

View File

@@ -599,7 +599,7 @@ export default createReactClass({
loginIncorrect={this.state.loginIncorrect}
serverConfig={this.props.serverConfig}
disableSubmit={this.isBusy()}
hideSubmit={this.props.isSyncing || this.state.busyLoggingIn}
busy={this.props.isSyncing || this.state.busyLoggingIn}
/>
);
},