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

This commit is contained in:
Chris
2026-03-30 02:46:35 +08:00
parent 23baceed71
commit 70b5f34a74
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'