Skip to content

Commit

Permalink
fix: Fix user last login time
Browse files Browse the repository at this point in the history
Signed-off-by: leoliu <leoliu@yunify.com>
  • Loading branch information
leoliu committed Jul 28, 2020
1 parent 0d1f6f4 commit 994833c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/object.mapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ const UserMapper = item => ({
),
status: get(item, 'status.state', 'Pending'),
conditions: get(item, 'status.conditions', []),
lastLoginTime: get(item, 'status.lastTransitionTime'),
lastLoginTime: get(item, 'status.lastLoginTime'),
_originData: getOriginData(item),
})

Expand Down

0 comments on commit 994833c

Please sign in to comment.