1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00:00

[PM-7388] Fix AutofillService dependency reference to TotpService within poppup services module (#8668)

This commit is contained in:
Cesar Gonzalez
2024-04-10 10:35:17 -05:00
committed by GitHub
parent 138b24d123
commit 05f22b9cbc

View File

@@ -312,7 +312,7 @@ const safeProviders: SafeProvider[] = [
deps: [ deps: [
CipherService, CipherService,
AutofillSettingsServiceAbstraction, AutofillSettingsServiceAbstraction,
TotpService, TotpServiceAbstraction,
EventCollectionServiceAbstraction, EventCollectionServiceAbstraction,
LogService, LogService,
DomainSettingsService, DomainSettingsService,