1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-02-21 02:11:54 +01:00

PM-8113 - Web Two Factor Auth - update deps

This commit is contained in:
Jared Snider 2024-12-03 15:26:48 -05:00
parent 84d817e936
commit d49b1b6d7f
No known key found for this signature in database
GPG Key ID: A149DDD612516286

View File

@ -13,7 +13,6 @@ import { SsoLoginServiceAbstraction } from "@bitwarden/common/auth/abstractions/
import { TwoFactorService } from "@bitwarden/common/auth/abstractions/two-factor.service";
import { AuthResult } from "@bitwarden/common/auth/models/domain/auth-result";
import { ConfigService } from "@bitwarden/common/platform/abstractions/config/config.service";
import { EnvironmentService } from "@bitwarden/common/platform/abstractions/environment.service";
import { I18nService } from "@bitwarden/common/platform/abstractions/i18n.service";
import { LogService } from "@bitwarden/common/platform/abstractions/log.service";
import { PlatformUtilsService } from "@bitwarden/common/platform/abstractions/platform-utils.service";
@ -74,7 +73,6 @@ export class TwoFactorAuthComponent extends BaseTwoFactorAuthComponent {
protected router: Router,
i18nService: I18nService,
platformUtilsService: PlatformUtilsService,
environmentService: EnvironmentService,
dialogService: DialogService,
protected route: ActivatedRoute,
logService: LogService,
@ -94,7 +92,6 @@ export class TwoFactorAuthComponent extends BaseTwoFactorAuthComponent {
router,
i18nService,
platformUtilsService,
environmentService,
dialogService,
route,
logService,