From 44ff12e4587536e03c037d10bc229d336676bf4f Mon Sep 17 00:00:00 2001 From: GouadriaHanen <49310007+GouadriaHanen@users.noreply.github.com> Date: Fri, 29 Mar 2024 16:39:37 +0100 Subject: [PATCH] fix: fix suggesting site in select protected Resource drawer - EXO-70336 (#71) Before this change, when listing the navigations to selected to be protected not all navigations were listed since it uses an old API for navigation After this change, all sites are listed when using the new sites API --- .../components/ProtectedResouceDrawer.vue | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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 b91aff86..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 @@ -45,7 +45,7 @@