ecrs-auth-core 1.0.60 → 1.0.61
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/auth.service.d.ts
CHANGED
package/dist/auth.service.js
CHANGED
|
@@ -102,6 +102,7 @@ let AuthService = class AuthService {
|
|
|
102
102
|
employeeId: user.referenceId,
|
|
103
103
|
permissions: permissionTree,
|
|
104
104
|
parentId: user.parentId,
|
|
105
|
+
referenceId: user.referenceId,
|
|
105
106
|
};
|
|
106
107
|
return {
|
|
107
108
|
status: true,
|
|
@@ -120,6 +121,7 @@ let AuthService = class AuthService {
|
|
|
120
121
|
userImage: user.userImage,
|
|
121
122
|
employeeId: user.referenceId,
|
|
122
123
|
parentId: user.parentId,
|
|
124
|
+
referenceId: user.referenceId,
|
|
123
125
|
},
|
|
124
126
|
},
|
|
125
127
|
access_token: this.jwtService.sign(payload),
|