mirror of
https://github.com/plankanban/planka.git
synced 2025-12-24 09:15:01 +03:00
Add phone and organization fields to user
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user