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() }