Skip to content

Commit 7e52974

Browse files
committed
Updated abp.js and abp.d.ts to [email protected]
These files are copied into the lib folder, this will be improved in a future PR
1 parent 7bbcbf3 commit 7e52974

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

reactjs/src/lib/abp.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
}
1616

1717
let isEnabled: boolean;
18+
let ignoreFeatureCheckForHostUsers: boolean;
1819

1920
let tenantIdCookieName: string;
2021

reactjs/src/lib/abp.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
abp.multiTenancy = abp.multiTenancy || {};
2222

2323
abp.multiTenancy.isEnabled = false;
24+
abp.multiTenancy.ignoreFeatureCheckForHostUsers = false;
2425

2526
abp.multiTenancy.sides = {
2627
TENANT: 1,

0 commit comments

Comments
 (0)