Skip to content

Commit f50d9b7

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

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

0 commit comments

Comments
 (0)