[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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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