From 3e0152e6883c9f7191f15bd2a2b25b39454cb934 Mon Sep 17 00:00:00 2001 From: Leo Vasanko Date: Fri, 18 Sep 2026 00:27:21 +0000 Subject: [PATCH] Profile iframe handles no-session internally with in-place login The restricted entry validates the session before rendering anything (no load-time flash): 401/403 switches to the existing login component in place of the profile, success renders the panel fully populated via props, other failures show a minimal card with Back only. The dialog drops the standalone page's heading and help text. --- frontend/auth/restricted/RestrictedApi.vue | 76 +++++++++++++++++++-- frontend/src/components/HostProfileView.vue | 12 ++-- 2 files changed, 75 insertions(+), 13 deletions(-) diff --git a/frontend/auth/restricted/RestrictedApi.vue b/frontend/auth/restricted/RestrictedApi.vue index 2b26e21..3134366 100644 --- a/frontend/auth/restricted/RestrictedApi.vue +++ b/frontend/auth/restricted/RestrictedApi.vue @@ -1,9 +1,34 @@