We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f14d345 commit 183fc68Copy full SHA for 183fc68
lib/logic/auth/contexts/JWTContext.js
@@ -47,6 +47,7 @@ class JWTContext extends Context {
47
const account = _.find(user.account, acc => acc._id === this.accountId);
48
this.accountName = _.get(account, 'name');
49
this._reCalculateName();
50
+ return user;
51
} catch (err) {
52
// TODO catch 401 errors, etc...
53
throw new CFError({
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "codefresh",
3
- "version": "0.16.3",
+ "version": "0.16.4",
4
"description": "Codefresh command line utility",
5
"main": "index.js",
6
"preferGlobal": true,
0 commit comments