From 258aff8bf72127698b077d37fc0b252f3cd5d727 Mon Sep 17 00:00:00 2001 From: hailin Date: Sun, 4 Jan 2026 01:21:03 -0800 Subject: [PATCH] fix(admin-web): update AuthorizationStatus type to use AUTHORIZED MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed type definition from 'ACTIVE' to 'AUTHORIZED' to match backend API. πŸ€– Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- frontend/admin-web/src/types/authorization.types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/admin-web/src/types/authorization.types.ts b/frontend/admin-web/src/types/authorization.types.ts index 176eca5c..fc1eff4f 100644 --- a/frontend/admin-web/src/types/authorization.types.ts +++ b/frontend/admin-web/src/types/authorization.types.ts @@ -13,7 +13,7 @@ export type RoleType = /** * ζŽˆζƒηŠΆζ€ */ -export type AuthorizationStatus = 'ACTIVE' | 'REVOKED'; +export type AuthorizationStatus = 'AUTHORIZED' | 'REVOKED'; /** * ζŽˆζƒδΏ‘ζ―