From ccf7e75c951fdda78de1bad15d4f0777653c0495 Mon Sep 17 00:00:00 2001
From: "J. Ryan Stinnett"
Date: Wed, 6 Feb 2019 15:10:16 +0000
Subject: [PATCH] Group fields into rows on reset password
---
.../structures/auth/ForgotPassword.js | 39 ++++++++++---------
1 file changed, 20 insertions(+), 19 deletions(-)
diff --git a/src/components/structures/auth/ForgotPassword.js b/src/components/structures/auth/ForgotPassword.js
index 7b7a700d60..e49d4a9d78 100644
--- a/src/components/structures/auth/ForgotPassword.js
+++ b/src/components/structures/auth/ForgotPassword.js
@@ -1,6 +1,6 @@
/*
Copyright 2015, 2016 OpenMarket Ltd
-Copyright 2017, 2018 New Vector Ltd
+Copyright 2017, 2018, 2019 New Vector Ltd
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -233,24 +233,25 @@ module.exports = React.createClass({