From 70b5f34a748bdc86b508de292f9ee90c3ce2fe75 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 30 Mar 2026 02:46:35 +0800 Subject: [PATCH] fix(frontend): harden auth routing and callback error handling --- frontend/src/App.vue | 7 +++++-- frontend/src/pages/AuthCallbackPage.vue | 12 ++++++++++- .../src/pages/admin/PermissionGroupsPage.vue | 1 - frontend/src/router/index.js | 21 ++++++++++++------- 4 files changed, 30 insertions(+), 11 deletions(-) diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 942d425..920d090 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -1,6 +1,6 @@