diff --git a/src/App/Pages/Vault/AutofillCiphersPage.xaml.cs b/src/App/Pages/Vault/AutofillCiphersPage.xaml.cs index 3fcfef52e..4834bbeb8 100644 --- a/src/App/Pages/Vault/AutofillCiphersPage.xaml.cs +++ b/src/App/Pages/Vault/AutofillCiphersPage.xaml.cs @@ -78,12 +78,6 @@ namespace Bit.App.Pages { var page = new CiphersPage(null, autofillUrl: _vm.Uri); Application.Current.MainPage = new NavigationPage(page); - _platformUtilsService.ShowToast("info", null, - string.Format(AppResources.BitwardenAutofillServiceSearch, _vm.Name), - new System.Collections.Generic.Dictionary - { - ["longDuration"] = true - }); } } }