From 0e543a362eb7eb9ac21b528f3853395e24422d4e Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Wed, 6 Feb 2019 18:10:06 +0000 Subject: [PATCH] Move errors to top of reset password --- src/components/structures/auth/ForgotPassword.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/structures/auth/ForgotPassword.js b/src/components/structures/auth/ForgotPassword.js index 2db13624c3..4c507c82f7 100644 --- a/src/components/structures/auth/ForgotPassword.js +++ b/src/components/structures/auth/ForgotPassword.js @@ -227,6 +227,7 @@ module.exports = React.createClass({

{yourMatrixAccountText}

+ {errorText}
{serverConfigSection} - {errorText} {_t('Sign in instead')}