1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 15:23:33 +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: [
CipherService,
AutofillSettingsServiceAbstraction,
TotpService,
TotpServiceAbstraction,
EventCollectionServiceAbstraction,
LogService,
DomainSettingsService,