mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-04 21:30:24 +08:00
Add EnableSignUp.
This commit is contained in:
@ -49,7 +49,8 @@ class ApplicationListPage extends React.Component {
|
||||
createdTime: moment().format(),
|
||||
displayName: `New Application - ${this.state.applications.length}`,
|
||||
logo: "https://cdn.casbin.com/logo/logo_1024x256.png",
|
||||
EnablePassword: true,
|
||||
enablePassword: true,
|
||||
enableSignUp: true,
|
||||
providers: [],
|
||||
redirectUris: [],
|
||||
expireInHours: 24 * 7,
|
||||
|
Reference in New Issue
Block a user