mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
adjust search minimum down to 2 characters
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
};
|
||||
|
||||
$scope.searchSites = function () {
|
||||
if (!$scope.searchText || $scope.searchText.length < 3) {
|
||||
if (!$scope.searchText || $scope.searchText.length < 2) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user