mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-03 20:50:19 +08:00
Add user's phonePrefix.
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user