mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
Revert "Added auto fill animation. (#341)"
This reverts commit 3061f276c5.
This commit is contained in:
@@ -106,7 +106,7 @@
|
||||
if (cipher.name && cipher.name.toLowerCase().indexOf(searchTerm) !== -1) {
|
||||
return true;
|
||||
}
|
||||
if (cipher.subTitle && cipher.subTitle.toLowerCase().indexOf(searchTerm) !== -1) {
|
||||
if (cipher.username && cipher.username.toLowerCase().indexOf(searchTerm) !== -1) {
|
||||
return true;
|
||||
}
|
||||
if (cipher.login && cipher.login.uri && cipher.login.uri.toLowerCase().indexOf(searchTerm) !== -1) {
|
||||
|
||||
Reference in New Issue
Block a user