feat: implement edit userinfo

This commit is contained in:
Steven
2023-06-23 20:52:00 +08:00
parent 9ad2eaebc5
commit 9b303da4eb
11 changed files with 173 additions and 189 deletions

View File

@ -18,9 +18,9 @@ interface UserPatch {
id: UserId;
rowStatus?: RowStatus;
displayName?: string;
email?: string;
nickname?: string;
password?: string;
resetOpenId?: boolean;
}
interface UserDelete {