Fix external_apps config

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2020-01-11 21:15:03 +01:00
parent 819c7bec7b
commit ec66aaf029
+1 -1
View File
@@ -65,7 +65,7 @@ type OIDC struct {
// }
// }
type ExternalApp struct {
Name string `json:"name,omitempty"`
ID string `json:"id,omitempty"`
Path string `json:"path,omitempty"`
// Config is completely dynamic, because it depends on the extension
Config map[string]interface{} `json:"config,omitempty"`