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