Add provider table.

This commit is contained in:
Yang Luo
2021-06-14 19:09:04 +08:00
parent 2e68f8c6d5
commit 9fe310f2b7
5 changed files with 206 additions and 24 deletions

View File

@ -66,7 +66,7 @@ func initBuiltInApplication() {
Organization: "built-in",
EnablePassword: true,
EnableSignUp: true,
Providers: []string{},
Providers: []ProviderItem{},
RedirectUris: []string{},
ExpireInHours: 168,
}