Skip to content

Commit

Permalink
Enable user-management webui
Browse files Browse the repository at this point in the history
The switch to libregraph/idm happend we can enable the new UI.
  • Loading branch information
rhafer committed Apr 29, 2022
1 parent f302f8a commit 5a58bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/web/pkg/config/defaults/defaultconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
},
},
}
Expand Down

0 comments on commit 5a58bd8

Please sign in to comment.