From 32892b4e9a9500ec58db2ac66b4c37ce732c4379 Mon Sep 17 00:00:00 2001 From: GouadriaHanen Date: Thu, 28 Mar 2024 13:02:34 +0100 Subject: [PATCH] fix: fix suggesting site in select protected Resource drawer - EXO-70336 --- .../components/ProtectedResouceDrawer.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ;