1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 23:03:32 +00:00

Added export vault function to tools.

This commit is contained in:
Kyle Spearrin
2017-04-12 08:45:31 -04:00
parent 4f70911f58
commit 9e6c0f79ef
10 changed files with 187 additions and 2 deletions

View File

@@ -131,6 +131,7 @@ function initCryptoService() {
if (b64 && b64 === true && _b64KeyHash) {
callback(_b64KeyHash);
return;
}
else if (!b64 && _keyHash) {
callback(_keyHash);