1
0
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:
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

@@ -600,6 +600,10 @@ angular
throw 'Encryption key unavailable.';
}
if (encType !== key.encType) {
throw 'encType unavailable.';
}
var keyBuf = key.getBuffers(),
encKey = null;