mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-02 08:40:08 +01:00
no longer need to registerURLSchemeAsPrivileged
This commit is contained in:
parent
5c8e7970da
commit
698aa62180
@ -1,5 +1,3 @@
|
||||
import { webFrame } from 'electron';
|
||||
|
||||
import {
|
||||
APP_INITIALIZER,
|
||||
NgModule,
|
||||
@ -65,8 +63,6 @@ import { TotpService as TotpServiceAbstraction } from 'jslib/abstractions/totp.s
|
||||
import { UserService as UserServiceAbstraction } from 'jslib/abstractions/user.service';
|
||||
import { UtilsService as UtilsServiceAbstraction } from 'jslib/abstractions/utils.service';
|
||||
|
||||
webFrame.registerURLSchemeAsPrivileged('file');
|
||||
|
||||
const i18nService = new I18nService(window.navigator.language, './locales');
|
||||
const utilsService = new UtilsService();
|
||||
const stateService = new StateService();
|
||||
|
Loading…
Reference in New Issue
Block a user