From f50d9b729f909b1829de134261b37a8d2d552a76 Mon Sep 17 00:00:00 2001 From: Dariusz Niemczyk <3636685+Palid@users.noreply.github.com> Date: Thu, 19 Aug 2021 10:08:42 +0200 Subject: [PATCH] Update src/components/structures/auth/ForgotPassword.tsx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Šimon Brandner --- src/components/structures/auth/ForgotPassword.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/structures/auth/ForgotPassword.tsx b/src/components/structures/auth/ForgotPassword.tsx index 1ebc5303d6..24b47bfa03 100644 --- a/src/components/structures/auth/ForgotPassword.tsx +++ b/src/components/structures/auth/ForgotPassword.tsx @@ -337,7 +337,7 @@ export default class ForgotPassword extends React.Component { onClick={this.onVerify} value={_t('I have verified my email address')} /> { this.state.currentHttpRequest && ( -
) +
) } ; }