mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-16 01:21:48 +01:00
[PM-7388] Fix AutofillService dependency reference to TotpService within poppup services module (#8668)
This commit is contained in:
parent
138b24d123
commit
05f22b9cbc
@ -312,7 +312,7 @@ const safeProviders: SafeProvider[] = [
|
|||||||
deps: [
|
deps: [
|
||||||
CipherService,
|
CipherService,
|
||||||
AutofillSettingsServiceAbstraction,
|
AutofillSettingsServiceAbstraction,
|
||||||
TotpService,
|
TotpServiceAbstraction,
|
||||||
EventCollectionServiceAbstraction,
|
EventCollectionServiceAbstraction,
|
||||||
LogService,
|
LogService,
|
||||||
DomainSettingsService,
|
DomainSettingsService,
|
||||||
|
Loading…
Reference in New Issue
Block a user