mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 15:23:33 +00:00
export totp
This commit is contained in:
@@ -66,7 +66,8 @@
|
||||
username: decLogins[i].username,
|
||||
password: decLogins[i].password,
|
||||
notes: decLogins[i].notes,
|
||||
folder: null
|
||||
folder: null,
|
||||
totp: decLogins[i].totp
|
||||
};
|
||||
|
||||
for (var j = 0; j < decFolders.length; j++) {
|
||||
|
||||
Reference in New Issue
Block a user