Add enableAutoSignin to application

This commit is contained in:
Gucheng Wang
2022-09-27 20:06:46 +08:00
parent 0098c05fb3
commit 7393b90155
10 changed files with 31 additions and 0 deletions

View File

@ -555,6 +555,12 @@ class LoginPage extends React.Component {
this.onFinish(values);
}
if (application.enableAutoSignin) {
const values = {};
values["application"] = this.state.application.name;
this.onFinish(values);
}
return (
<div>
{/* {*/}