Vincent 8 mesiacov pred
rodič
commit
7eb3cf6759
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      components/Layout/AlertBar/SuperAdmin.vue

+ 1 - 1
components/Layout/AlertBar/SuperAdmin.vue

@@ -39,7 +39,7 @@ const url: ComputedRef<string> = computed(() => {
 
   if (show && orgId && originalAccessId) {
     return makeAdminUrl(
-      UrlUtils.join('#', 'switch_user', orgId, originalAccessId, 'exit'),
+      UrlUtils.join('switch_user', orgId, originalAccessId, 'exit'),
     )
   }
   return ''