mirror of
https://github.com/casdoor/casdoor.git
synced 2025-05-23 02:35:49 +08:00
Fix args in initBuiltInApplication().
This commit is contained in:
parent
089ff6c6eb
commit
0f8a46fe0b
@ -62,9 +62,12 @@ func initBuiltInApplication() {
|
||||
CreatedTime: util.GetCurrentTime(),
|
||||
DisplayName: "Casdoor",
|
||||
Logo: "https://cdn.casbin.com/logo/logo_1024x256.png",
|
||||
HomepageUrl: "https://casdoor.org",
|
||||
Organization: "built-in",
|
||||
EnablePassword: true,
|
||||
EnableSignUp: true,
|
||||
Providers: []string{},
|
||||
ExpireInHours: 168,
|
||||
}
|
||||
AddApplication(application)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user