|
@@ -440,7 +440,7 @@ module.exports = function(crowi, app) {
|
|
|
|
|
|
|
|
const result = await User.findUsersWithPagination({
|
|
const result = await User.findUsersWithPagination({
|
|
|
page,
|
|
page,
|
|
|
- select: User.USER_PUBLIC_FIELDS,
|
|
|
|
|
|
|
+ select: `${User.USER_PUBLIC_FIELDS} lastLoginAt`,
|
|
|
populate: User.IMAGE_POPULATION,
|
|
populate: User.IMAGE_POPULATION,
|
|
|
});
|
|
});
|
|
|
|
|
|