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:
@@ -131,6 +131,7 @@ function initCryptoService() {
|
||||
|
||||
if (b64 && b64 === true && _b64KeyHash) {
|
||||
callback(_b64KeyHash);
|
||||
return;
|
||||
}
|
||||
else if (!b64 && _keyHash) {
|
||||
callback(_keyHash);
|
||||
|
||||
Reference in New Issue
Block a user