Fix merge error

This commit is contained in:
André Duffeck
2022-04-29 18:42:33 +02:00
parent e3b1a0ea65
commit cd285c9ad9

View File

@@ -50,7 +50,7 @@ func DefaultConfig() *config.Config {
ResponseType: "code",
Scope: "openid profile email",
},
Apps: []string{"files", "search", "preview", "text-editor", "pdf-viewer", "external"},
Apps: []string{"files", "search", "preview", "text-editor", "pdf-viewer", "external", "user-management"},
Options: map[string]interface{}{
"hideSearchBar": false,
},