mirror of
https://github.com/bitwarden/browser
synced 2026-02-14 23:45:37 +00:00
removed unsued service
This commit is contained in:
@@ -214,6 +214,7 @@ export class Main {
|
||||
this.i18nService,
|
||||
this.desktopSettingsService,
|
||||
this.messagingService,
|
||||
this.biometricsService,
|
||||
);
|
||||
|
||||
messageSubject.asObservable().subscribe((message) => {
|
||||
@@ -243,7 +244,7 @@ export class Main {
|
||||
this.windowMain,
|
||||
this.i18nService,
|
||||
this.desktopSettingsService,
|
||||
biometricStateService,
|
||||
this.messagingService,
|
||||
this.biometricsService,
|
||||
);
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ import { firstValueFrom } from "rxjs";
|
||||
|
||||
import { I18nService } from "@bitwarden/common/platform/abstractions/i18n.service";
|
||||
import { MessagingService } from "@bitwarden/common/platform/abstractions/messaging.service";
|
||||
import { BiometricStateService, BiometricsService } from "@bitwarden/key-management";
|
||||
import { BiometricsService } from "@bitwarden/key-management";
|
||||
|
||||
import { DesktopSettingsService } from "../platform/services/desktop-settings.service";
|
||||
import { isDev } from "../utils";
|
||||
@@ -27,7 +27,6 @@ export class TrayMain {
|
||||
private i18nService: I18nService,
|
||||
private desktopSettingsService: DesktopSettingsService,
|
||||
private messagingService: MessagingService,
|
||||
private biometricsStateService: BiometricStateService,
|
||||
private biometricService: BiometricsService,
|
||||
) {
|
||||
if (process.platform === "win32") {
|
||||
|
||||
Reference in New Issue
Block a user