1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-09-27 03:53:00 +02:00

no longer need to registerURLSchemeAsPrivileged

This commit is contained in:
Kyle Spearrin 2018-02-20 08:14:37 -05:00
parent 5c8e7970da
commit 698aa62180

View File

@ -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();