mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 13:23:34 +00:00
fix function signatures
This commit is contained in:
@@ -134,8 +134,8 @@ export default class MainBackground {
|
|||||||
this.systemService.clearClipboard(clipboardValue, clearMs);
|
this.systemService.clearClipboard(clipboardValue, clearMs);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
this.storageService = new BrowserStorageService(this.platformUtilsService, false);
|
this.storageService = new BrowserStorageService(this.platformUtilsService);
|
||||||
this.secureStorageService = new BrowserStorageService(this.platformUtilsService, true);
|
this.secureStorageService = new BrowserStorageService(this.platformUtilsService);
|
||||||
this.i18nService = new I18nService(BrowserApi.getUILanguage(window),
|
this.i18nService = new I18nService(BrowserApi.getUILanguage(window),
|
||||||
BrowserApi.isSafariApi ? './_locales/' : null);
|
BrowserApi.isSafariApi ? './_locales/' : null);
|
||||||
const cryptoFunctionService = new WebCryptoFunctionService(window, this.platformUtilsService);
|
const cryptoFunctionService = new WebCryptoFunctionService(window, this.platformUtilsService);
|
||||||
|
|||||||
Reference in New Issue
Block a user