mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 10:13:31 +00:00
fix lint issues
This commit is contained in:
@@ -53,8 +53,9 @@
|
||||
login_totp: null
|
||||
};
|
||||
|
||||
var j;
|
||||
if (decCiphers[i].fields) {
|
||||
for (var j = 0; j < decCiphers[i].fields.length; j++) {
|
||||
for (j = 0; j < decCiphers[i].fields.length; j++) {
|
||||
if (!cipher.fields) {
|
||||
cipher.fields = '';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user