mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 06:43:35 +00:00
lint fixes
This commit is contained in:
@@ -172,9 +172,11 @@ function initLoginService() {
|
||||
var decLogins = [];
|
||||
self.getAll(function (logins) {
|
||||
for (var i = 0; i < logins.length; i++) {
|
||||
/* jshint ignore:start */
|
||||
promises.push(logins[i].decrypt().then(function (login) {
|
||||
decLogins.push(login);
|
||||
}));
|
||||
/* jshint ignore:end */
|
||||
}
|
||||
|
||||
Q.all(promises).then(function () {
|
||||
|
||||
Reference in New Issue
Block a user