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