From 33bbc9d2f1c26b0d7c4f6cbfbf452f94356ff915 Mon Sep 17 00:00:00 2001 From: Leendert de Borst Date: Tue, 24 Feb 2026 21:33:15 +0100 Subject: [PATCH] Update iOS param (#1776) --- .../ios/VaultUI/Selection/CredentialProviderView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mobile-app/ios/VaultUI/Selection/CredentialProviderView.swift b/apps/mobile-app/ios/VaultUI/Selection/CredentialProviderView.swift index 2bca039f3..ca53d8a8c 100644 --- a/apps/mobile-app/ios/VaultUI/Selection/CredentialProviderView.swift +++ b/apps/mobile-app/ios/VaultUI/Selection/CredentialProviderView.swift @@ -275,7 +275,7 @@ public class CredentialProviderViewModel: ObservableObject { // iOS provided URL - use Rust matcher for domain-aware matching filteredCredentials = RustItemMatcher.filterCredentials( credentials, - currentUrl: searchText + searchText: searchText ) } else { // User-typed search - use substring matching across all fields