From 72d2f3ac85ac18b66e8b79736435b43ac947ee44 Mon Sep 17 00:00:00 2001 From: Leo Vasanko Date: Tue, 17 Feb 2026 19:05:29 +0000 Subject: [PATCH] Remove top headers, cleanup. --- frontend/auth/admin/AdminApp.vue | 8 -------- frontend/src/components/ProfileView.vue | 3 +-- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/frontend/auth/admin/AdminApp.vue b/frontend/auth/admin/AdminApp.vue index 2582983..cb0f40e 100644 --- a/frontend/auth/admin/AdminApp.vue +++ b/frontend/auth/admin/AdminApp.vue @@ -547,13 +547,6 @@ const selectedUser = computed(() => { return null }) -const pageHeading = computed(() => { - if (selectedUser.value) return 'Admin: User' - if (selectedOrg.value) return 'Admin: Org' - if (currentOidcId.value) return 'Admin: OIDC Client' - return ((authStore.settings?.rp_name) || 'Master') + ' Admin' -}) - // Breadcrumb entries for admin app. const breadcrumbEntries = computed(() => { const entries = [ @@ -937,7 +930,6 @@ async function submitDialog() { />
-

{{ pageHeading }}

diff --git a/frontend/src/components/ProfileView.vue b/frontend/src/components/ProfileView.vue index 13a57d4..b566939 100644 --- a/frontend/src/components/ProfileView.vue +++ b/frontend/src/components/ProfileView.vue @@ -5,9 +5,8 @@
-

User Profile

-

Account dashboard for managing credentials and authenticating with other devices.

+

Account dashboard to manage your profile and authentications.