mirror of
https://github.com/plankanban/planka.git
synced 2025-07-19 05:09:43 +02:00
Add phone and organization fields to user
This commit is contained in:
parent
c4acb3eb24
commit
f3e0cadca6
11 changed files with 102 additions and 13 deletions
|
@ -21,6 +21,8 @@ const mapStateToProps = (state) => {
|
|||
name,
|
||||
username,
|
||||
avatar,
|
||||
phone,
|
||||
organization,
|
||||
isAvatarUploading,
|
||||
emailUpdateForm,
|
||||
passwordUpdateForm,
|
||||
|
@ -32,6 +34,8 @@ const mapStateToProps = (state) => {
|
|||
name,
|
||||
username,
|
||||
avatar,
|
||||
phone,
|
||||
organization,
|
||||
isAvatarUploading,
|
||||
emailUpdateForm,
|
||||
passwordUpdateForm,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue