mirror of
https://github.com/bitwarden/browser
synced 2025-12-27 13:43:41 +00:00
add totp to import/export
This commit is contained in:
@@ -600,6 +600,10 @@ angular
|
||||
throw 'Encryption key unavailable.';
|
||||
}
|
||||
|
||||
if (encType !== key.encType) {
|
||||
throw 'encType unavailable.';
|
||||
}
|
||||
|
||||
var keyBuf = key.getBuffers(),
|
||||
encKey = null;
|
||||
|
||||
|
||||
@@ -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