Merge branch 'master' into ocis-init

This commit is contained in:
Willy Kloucek
2022-05-02 08:30:11 +02:00
13 changed files with 120 additions and 22 deletions
@@ -48,7 +48,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"},
},
},
}
-4
View File
@@ -85,10 +85,6 @@ func (p Web) getPayload() (payload []byte, err error) {
ID: "settings",
Path: "/settings.js",
},
{
ID: "accounts",
Path: "/accounts.js",
},
}
}