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

Co-authored-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Dariusz Niemczyk 2021-08-19 10:08:37 +02:00 committed by GitHub
parent 8fe28fe864
commit 01ecdd2e6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -377,7 +377,7 @@ export default class ForgotPassword extends React.Component<IProps, IState> {
resetPasswordJsx = this.renderDone();
break;
default:
resetPasswordJsx = <div className="mx_Login--spinner"><InlineSpinner w={64} h={64} /></div>;
resetPasswordJsx = <div className="mx_Login_spinner"><InlineSpinner w={64} h={64} /></div>;
}
return (