fix(frontend): harden auth routing and callback error handling

This commit is contained in:
Chris
2026-03-30 02:46:35 +08:00
parent 278c2b6c67
commit 7b3f5bd5b8
4 changed files with 30 additions and 11 deletions

View File

@@ -149,7 +149,6 @@ import {
getPermissionGroups,
createPermissionGroup,
addMemberToGroup,
removeMemberFromGroup,
groupGrant,
groupRevoke
} from '@/api/permission-groups'