mirror of
https://github.com/bitwarden/browser
synced 2026-02-04 18:53:20 +00:00
fix breaking change from bcc050d to use new env service
This commit is contained in:
@@ -146,7 +146,7 @@ export class ImportService implements ImportServiceAbstraction {
|
||||
let loaders = availableLoaders(type, client);
|
||||
|
||||
// Mac App Store is currently disabled due to sandboxing.
|
||||
let isUnsupported = this.system.environment.isMacAppStore();
|
||||
let isUnsupported = this.env.isMacAppStore();
|
||||
|
||||
if (enabled && type === "bravecsv") {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user