monkey-front-core 0.0.142 → 0.0.143
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/esm2020/lib/core/services/auth/monkeyecx-authentication.service.mjs +2 -1
- package/fesm2015/monkey-front-core.mjs +1 -0
- package/fesm2015/monkey-front-core.mjs.map +1 -1
- package/fesm2020/monkey-front-core.mjs +1 -0
- package/fesm2020/monkey-front-core.mjs.map +1 -1
- package/lib/core/services/auth/monkeyecx-authentication.service.d.ts +1 -0
- package/monkey-front-core-0.0.143.tgz +0 -0
- package/package.json +1 -1
- package/monkey-front-core-0.0.142.tgz +0 -0
|
@@ -3181,6 +3181,7 @@ class MonkeyEcxAuthenticationService {
|
|
|
3181
3181
|
this.redirectLoginWelcomeBack =
|
|
3182
3182
|
args?.redirectLoginWelcomeBack || this.redirectLoginWelcomeBack.bind(this);
|
|
3183
3183
|
this.isAuthorized = args?.isAuthorized || this.isAuthorized.bind(this);
|
|
3184
|
+
this.isCompanyAuthorized = args?.isCompanyAuthorized || this.isCompanyAuthorized.bind(this);
|
|
3184
3185
|
this.getRequestWithHeaders =
|
|
3185
3186
|
args?.getRequestWithHeaders || this.getRequestWithHeaders.bind(this);
|
|
3186
3187
|
this.getRequestWithHeadersOb = args?.getRequestWithHeadersOb.bind(this);
|