Skip to content

Commit 01ecdd2

Browse files
PalidSimonBrandner
andauthored
Update src/components/structures/auth/ForgotPassword.tsx
Co-authored-by: Šimon Brandner <[email protected]>
1 parent 8fe28fe commit 01ecdd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/structures/auth/ForgotPassword.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ export default class ForgotPassword extends React.Component<IProps, IState> {
377377
resetPasswordJsx = this.renderDone();
378378
break;
379379
default:
380-
resetPasswordJsx = <div className="mx_Login--spinner"><InlineSpinner w={64} h={64} /></div>;
380+
resetPasswordJsx = <div className="mx_Login_spinner"><InlineSpinner w={64} h={64} /></div>;
381381
}
382382

383383
return (

0 commit comments

Comments
 (0)