Commit a29aa64497400535c22de442ba933c1e6a5c7948
1 parent
9a7d5a43
Add OAuth2 settings menu to SysAdmin home page
Showing
1 changed file
with
5 additions
and
0 deletions
... | ... | @@ -191,6 +191,11 @@ export class MenuService { |
191 | 191 | name: 'admin.security-settings', |
192 | 192 | icon: 'security', |
193 | 193 | path: '/settings/security-settings' |
194 | + }, | |
195 | + { | |
196 | + name: 'admin.oauth2.oauth2', | |
197 | + icon: 'security', | |
198 | + path: '/settings/oauth2' | |
194 | 199 | } |
195 | 200 | ] |
196 | 201 | } | ... | ... |