Skip to content

Commit 2e5dd53

Browse files
committed
docs: add how to access KernalModeTrust.Entitlements
1 parent e668fec commit 2e5dd53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/entitlements.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ define(function (require, exports, module) {
189189
exports.init = init;
190190
// no public exports to prevent extension tampering
191191

192-
// Add functions to secure exports
192+
// Add functions to secure exports. These can be accessed via `KernalModeTrust.Entitlements.*`
193193
Entitlements.isLoggedIn = isLoggedIn;
194194
Entitlements.loginToAccount = loginToAccount;
195195
Entitlements.getPlanDetails = getPlanDetails;

0 commit comments

Comments
 (0)