1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 09:43:23 +00:00

remove unused services (#8334)

This commit is contained in:
Jonathan Prusik
2024-03-15 10:11:16 -04:00
committed by GitHub
parent 770f782a16
commit ac7d80980d
17 changed files with 0 additions and 35 deletions

View File

@@ -7,7 +7,6 @@ import { AuditService } from "@bitwarden/common/abstractions/audit.service";
import { PolicyService } from "@bitwarden/common/admin-console/abstractions/policy/policy.service.abstraction";
import { UserVerificationService } from "@bitwarden/common/auth/abstractions/user-verification/user-verification.service.abstraction";
import { PasswordRequest } from "@bitwarden/common/auth/models/request/password.request";
import { ConfigServiceAbstraction } from "@bitwarden/common/platform/abstractions/config/config.service.abstraction";
import { CryptoService } from "@bitwarden/common/platform/abstractions/crypto.service";
import { I18nService } from "@bitwarden/common/platform/abstractions/i18n.service";
import { MessagingService } from "@bitwarden/common/platform/abstractions/messaging.service";
@@ -48,7 +47,6 @@ export class ChangePasswordComponent extends BaseChangePasswordComponent {
private router: Router,
dialogService: DialogService,
private userVerificationService: UserVerificationService,
private configService: ConfigServiceAbstraction,
private keyRotationService: UserKeyRotationService,
) {
super(