mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 20:38:55 +03:00
Update src/components/structures/auth/ForgotPassword.tsx
Co-authored-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
8fe28fe864
commit
01ecdd2e6b
1 changed files with 1 additions and 1 deletions
|
@ -377,7 +377,7 @@ export default class ForgotPassword extends React.Component<IProps, IState> {
|
||||||
resetPasswordJsx = this.renderDone();
|
resetPasswordJsx = this.renderDone();
|
||||||
break;
|
break;
|
||||||
default:
|
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 (
|
return (
|
||||||
|
|
Loading…
Reference in a new issue