From 0dd169922f010e0b1b7dd50c515f3057096eaf4a Mon Sep 17 00:00:00 2001 From: Leo Vasanko Date: Tue, 17 Feb 2026 19:08:35 +0000 Subject: [PATCH] Final regression. --- frontend/auth/admin/AdminApp.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/auth/admin/AdminApp.vue b/frontend/auth/admin/AdminApp.vue index cb0f40e..064004a 100644 --- a/frontend/auth/admin/AdminApp.vue +++ b/frontend/auth/admin/AdminApp.vue @@ -244,7 +244,6 @@ async function load() { if (!window.location.hash || window.location.hash === '#overview') { currentOrgId.value = orgs.value[0].uuid window.location.hash = `#org/${currentOrgId.value}` - authStore.showMessage(`Navigating to ${orgs.value[0].display_name} Administration`, 'info', 3000) } else { parseHash() }