Skip to content

Commit 6b7643b

Browse files
committed
fix: only call load on a felt managed browser
1 parent 7b9cab7 commit 6b7643b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

toolkit/components/enterprise/modules/EnterpriseStorageEncryption.sys.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const EnterpriseStorageEncryption = {
1515
"security.storage.encryption.enabled",
1616
false
1717
) &&
18-
!Services.felt?.isFeltUI()
18+
Services.felt?.isFeltBrowser()
1919
) {
2020
await this.load();
2121
}

0 commit comments

Comments
 (0)