Add app's EnablePassword.

This commit is contained in:
Yang Luo
2021-02-14 10:56:37 +08:00
parent 8543d09d05
commit 4b66c24bb6
4 changed files with 24 additions and 7 deletions

View File

@ -48,6 +48,7 @@ class ApplicationListPage extends React.Component {
createdTime: moment().format(),
displayName: `New Application - ${this.state.applications.length}`,
logo: "https://cdn.jsdelivr.net/gh/casbin/static/img/logo@2x.png",
EnablePassword: true,
providers: [],
}
}