Add user's phonePrefix.

This commit is contained in:
Yang Luo
2021-04-26 17:57:32 +08:00
parent 36895801f0
commit d586efc242
3 changed files with 9 additions and 2 deletions

View File

@ -52,7 +52,8 @@ class UserListPage extends React.Component {
displayName: `New User - ${this.state.users.length}`,
avatar: "https://casbin.org/img/casbin.svg",
email: "user@example.com",
phone: "1-12345678",
phonePrefix: "86",
phone: "12345678",
affiliation: "Example Inc.",
tag: "staff",
isAdmin: false,