Add admin-settings to default config
This commit is contained in:
@@ -47,7 +47,7 @@ func DefaultConfig() *config.Config {
|
|||||||
ResponseType: "code",
|
ResponseType: "code",
|
||||||
Scope: "openid profile email",
|
Scope: "openid profile email",
|
||||||
},
|
},
|
||||||
Apps: []string{"files", "search", "text-editor", "pdf-viewer", "external", "user-management"},
|
Apps: []string{"files", "search", "text-editor", "pdf-viewer", "external", "admin-settings"},
|
||||||
ExternalApps: []config.ExternalApp{
|
ExternalApps: []config.ExternalApp{
|
||||||
{
|
{
|
||||||
ID: "settings",
|
ID: "settings",
|
||||||
|
|||||||
Reference in New Issue
Block a user