From 7e2f265420df49690d82493a7035961a51c696d7 Mon Sep 17 00:00:00 2001 From: DacongDA Date: Tue, 12 Mar 2024 19:39:53 +0800 Subject: [PATCH] feat: improve organization select UI (#2798) --- web/src/auth/LoginPage.js | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/web/src/auth/LoginPage.js b/web/src/auth/LoginPage.js index e5023ffb..bed06014 100644 --- a/web/src/auth/LoginPage.js +++ b/web/src/auth/LoginPage.js @@ -1117,7 +1117,7 @@ class LoginPage extends React.Component { }; return ( -
+
{renderChoiceBox()}
); @@ -1188,11 +1188,9 @@ class LoginPage extends React.Component {
-
- { - this.renderLoginPanel(application) - } -
+ { + this.renderLoginPanel(application) + }