Skip to content

Commit 5cddf01

Browse files
authored
[PM-6498] Fix favicons to be shown on autofill extension. (#774)
1 parent a27762f commit 5cddf01

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

BitwardenShared/UI/Vault/Vault/VaultCoordinator.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,9 @@ final class VaultCoordinator: Coordinator, HasStackNavigator {
193193
appExtensionDelegate: appExtensionDelegate,
194194
coordinator: asAnyCoordinator(),
195195
services: services,
196-
state: VaultAutofillListState()
196+
state: VaultAutofillListState(
197+
iconBaseURL: services.environmentService.iconsURL
198+
)
197199
)
198200
let view = VaultAutofillListView(store: Store(processor: processor))
199201
stackNavigator?.replace(view)

0 commit comments

Comments
 (0)