1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

Remove extra parameters in biometrics constructors (#8140)

This commit is contained in:
Daniel García
2024-02-28 18:13:48 +01:00
committed by GitHub
parent c0810ffd9e
commit 29a26266e5
3 changed files with 1 additions and 11 deletions

View File

@@ -178,7 +178,6 @@ export class Main {
this.biometricsService = new BiometricsService(
this.i18nService,
this.windowMain,
this.stateService,
this.logService,
this.messagingService,
process.platform,