Final regression.

This commit is contained in:
Leo Vasanko
2026-02-17 19:08:35 +00:00
parent 72d2f3ac85
commit 0dd169922f
-1
View File
@@ -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()
}