Update src/components/structures/auth/ForgotPassword.tsx

Co-authored-by: Šimon Brandner <simon.bra.ag@gmail.com>
pull/21833/head
Dariusz Niemczyk 2021-08-19 10:08:42 +02:00 committed by GitHub
parent 01ecdd2e6b
commit f50d9b729f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -337,7 +337,7 @@ export default class ForgotPassword extends React.Component<IProps, IState> {
onClick={this.onVerify}
value={_t('I have verified my email address')} />
{ this.state.currentHttpRequest && (
<div className="mx_Login--spinner"><InlineSpinner w={64} h={64} /></div>)
<div className="mx_Login_spinner"><InlineSpinner w={64} h={64} /></div>)
}
</div>;
}