1
0
mirror of https://github.com/bitwarden/web synced 2025-12-13 14:53:25 +00:00

resolve lint errors

This commit is contained in:
Kyle Spearrin
2017-03-21 23:07:38 -04:00
parent 715b91ab96
commit dde20f4451
4 changed files with 7 additions and 7 deletions

View File

@@ -133,7 +133,7 @@ angular
}
return property;
}
};
_service.encryptLogins = function (unencryptedLogins, key) {
if (!unencryptedLogins) throw "unencryptedLogins is undefined or null";