mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
lint error
This commit is contained in:
@@ -109,7 +109,7 @@ angular
|
||||
$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