mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
lint error
This commit is contained in:
@@ -106,10 +106,10 @@ angular
|
||||
});
|
||||
};
|
||||
|
||||
$scope.sortUriMatch = function(login) {
|
||||
$scope.sortUriMatch = function (login) {
|
||||
// exact matches should sort earlier.
|
||||
return url && url.startsWith(login.uri) ? 0 : 1;
|
||||
}
|
||||
};
|
||||
|
||||
$scope.$on('syncCompleted', function (event, successfully) {
|
||||
if ($scope.loaded) {
|
||||
|
||||
Reference in New Issue
Block a user