1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 01:03:35 +00:00

add totp to import/export

This commit is contained in:
Kyle Spearrin
2017-07-13 11:22:16 -04:00
parent f761733d0b
commit 38883b9550
3 changed files with 7 additions and 1 deletions

View File

@@ -249,6 +249,7 @@
password: value.password && value.password !== '' ? value.password : null,
notes: value.notes && value.notes !== '' ? value.notes : null,
name: value.name && value.name !== '' ? value.name : '--',
totp: value.totp && value.totp !== '' ? value.totp : null
});
if (addFolder) {