diff --git a/src/App/Pages/Vault/CiphersPage.xaml.cs b/src/App/Pages/Vault/CiphersPage.xaml.cs index 55bf634e1..14f0eb61e 100644 --- a/src/App/Pages/Vault/CiphersPage.xaml.cs +++ b/src/App/Pages/Vault/CiphersPage.xaml.cs @@ -51,10 +51,7 @@ namespace Bit.App.Pages if(!_hasFocused) { _hasFocused = true; - if(string.IsNullOrWhiteSpace(_autofillUrl)) - { - RequestFocus(_searchBar); - } + RequestFocus(_searchBar); } }