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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user