From 7b3f5bd5b8b2756544ca720b76f00c6038f65efa 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 --- src/App.vue | 7 +++++-- src/pages/AuthCallbackPage.vue | 12 +++++++++++- src/pages/admin/PermissionGroupsPage.vue | 1 - src/router/index.js | 21 ++++++++++++++------- 4 files changed, 30 insertions(+), 11 deletions(-) diff --git a/src/App.vue b/src/App.vue index 942d425..920d090 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,6 +1,6 @@