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.