Add user type.

This commit is contained in:
Yang Luo
2021-04-26 19:00:23 +08:00
parent 4dd0c1a457
commit 0fc7015c61
5 changed files with 17 additions and 0 deletions

View File

@ -47,6 +47,7 @@ class UserListPage extends React.Component {
owner: "admin", // this.props.account.username,
name: `user_${this.state.users.length}`,
createdTime: moment().format(),
type: "normal-user",
password: "123",
passwordType: "plain",
displayName: `New User - ${this.state.users.length}`,