From f01b4fe241d8320216f5d7b2ade3448dc415ea85 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Mon, 10 Feb 2020 20:47:27 +0000 Subject: [PATCH] Allow custom hs url submission on enter --- src/components/views/auth/ServerConfig.js | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/components/views/auth/ServerConfig.js b/src/components/views/auth/ServerConfig.js index 5e17d50b55..a9e26b8fb7 100644 --- a/src/components/views/auth/ServerConfig.js +++ b/src/components/views/auth/ServerConfig.js @@ -274,15 +274,13 @@ export default class ServerConfig extends React.PureComponent { : null; return ( -
+

{_t("Other servers")}

{errorText} {this._renderHomeserverSection()} {this._renderIdentityServerSection()} - - {submitButton} -
-
+ {submitButton} + ); } }