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