Vincent hai 8 meses
pai
achega
7eb3cf6759
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 ''