update: admin valid

This commit is contained in:
tao.chen
2026-08-05 17:10:36 +08:00
parent 1ef9961307
commit 8519393895
4 changed files with 65 additions and 3 deletions
+1
View File
@@ -19,6 +19,7 @@ export type AuthUser = {
email: string | null;
status: string;
role_code: string | null;
is_system_admin: boolean;
};
export type AuthWorkspace = {