From 4da37040de0d0c3d3bb03bd4837f2610289bd05d Mon Sep 17 00:00:00 2001 From: Sunwuyuan Date: Mon, 13 Jul 2026 21:40:41 +0800 Subject: [PATCH] fix: keep site header on OAuth authorize and error pages OAuth pages used layout: simple and a custom topbar, which replaced the global AppHeader. Drop that so authorize/error stay in the default layout without changing the site top bar. --- apps/web/src/pages/app/oauth/authorize.vue | 60 ---------------------- apps/web/src/pages/app/oauth/error.vue | 59 +-------------------- 2 files changed, 1 insertion(+), 118 deletions(-) diff --git a/apps/web/src/pages/app/oauth/authorize.vue b/apps/web/src/pages/app/oauth/authorize.vue index 8bc473d..606e9ea 100644 --- a/apps/web/src/pages/app/oauth/authorize.vue +++ b/apps/web/src/pages/app/oauth/authorize.vue @@ -1,18 +1,5 @@ - -meta: - layout: simple - -