feat: improve organization select UI (#2798)

This commit is contained in:
DacongDA
2024-03-12 19:39:53 +08:00
committed by GitHub
parent 53ef179e9b
commit 7e2f265420

View File

@ -1117,7 +1117,7 @@ class LoginPage extends React.Component {
};
return (
<div style={{height: 300, width: 300}}>
<div style={{height: 300}}>
{renderChoiceBox()}
</div>
);
@ -1187,7 +1187,6 @@ class LoginPage extends React.Component {
<div dangerouslySetInnerHTML={{__html: application.formSideHtml}} />
</div>
<div className="login-form">
<div>
<div>
{
this.renderLoginPanel(application)
@ -1196,7 +1195,6 @@ class LoginPage extends React.Component {
</div>
</div>
</div>
</div>
</React.Fragment>
);
}