From 01ecdd2e6ba05a56a951b41bd94d51a161634433 Mon Sep 17 00:00:00 2001 From: Dariusz Niemczyk <3636685+Palid@users.noreply.github.com> Date: Thu, 19 Aug 2021 10:08:37 +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 45ef86d793..1ebc5303d6 100644 --- a/src/components/structures/auth/ForgotPassword.tsx +++ b/src/components/structures/auth/ForgotPassword.tsx @@ -377,7 +377,7 @@ export default class ForgotPassword extends React.Component { resetPasswordJsx = this.renderDone(); break; default: - resetPasswordJsx =
; + resetPasswordJsx =
; } return (