mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user