Merge remote-tracking branch 'aliyun/feature/a-card-operations' into develop
This commit is contained in:
@@ -20,7 +20,7 @@ export type UserFormState = {
|
||||
username: string;
|
||||
display_name: string;
|
||||
email: string;
|
||||
role_code: "admin" | "developer";
|
||||
role_code: string;
|
||||
password: string;
|
||||
status: "active" | "disabled" | "locked";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user