Skip to content

Commit

Permalink
Merge pull request #800 from OneCommunityGlobal/shengwei_add_jae_acco…
Browse files Browse the repository at this point in the history
…unt_edit_permission

Shengwei add Jae account edit permission
  • Loading branch information
one-community authored Mar 18, 2024
2 parents a39a886 + 9d858ce commit 3b6650d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/controllers/logincontroller.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ const logincontroller = function () {
access: {
canAccessBMPortal: false,
},
email: user.email,
expiryTimestamp: moment().add(config.TOKEN.Lifetime, config.TOKEN.Units),
};

Expand Down

0 comments on commit 3b6650d

Please sign in to comment.