1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

export totp

This commit is contained in:
Kyle Spearrin
2017-07-13 11:22:25 -04:00
parent 170aac94d2
commit fbb6f16ccc

View File

@@ -66,7 +66,8 @@
username: decLogins[i].username, username: decLogins[i].username,
password: decLogins[i].password, password: decLogins[i].password,
notes: decLogins[i].notes, notes: decLogins[i].notes,
folder: null folder: null,
totp: decLogins[i].totp
}; };
for (var j = 0; j < decFolders.length; j++) { for (var j = 0; j < decFolders.length; j++) {