diff --git a/webapps/src/main/webapp/vue-apps/multi-factor-authentication/components/ProtectedResouceDrawer.vue b/webapps/src/main/webapp/vue-apps/multi-factor-authentication/components/ProtectedResouceDrawer.vue index 758562e1..c7661df0 100644 --- a/webapps/src/main/webapp/vue-apps/multi-factor-authentication/components/ProtectedResouceDrawer.vue +++ b/webapps/src/main/webapp/vue-apps/multi-factor-authentication/components/ProtectedResouceDrawer.vue @@ -140,7 +140,7 @@ export default { } }, getNavigations() { - return this.$siteService.getSites(null, 'USER', 'global').then(data => { + return this.$siteService.getSites(null, 'USER', 'global', true).then(data => { const navs = data; navs.forEach(nav => { nav.label = nav.displayName ;