mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 14:53:33 +00:00
fixes for edge
This commit is contained in:
@@ -660,7 +660,7 @@ function initCryptoService(constantsService) {
|
||||
}
|
||||
|
||||
var ctArr = fromB64ToArray(encPieces[0]);
|
||||
return _subtle.decrypt({ name: padding.name }, privateKey, ctArr.buffer);
|
||||
return _subtle.decrypt(padding, privateKey, ctArr.buffer);
|
||||
}, function () {
|
||||
throw 'Cannot import privateKey.';
|
||||
}).then(function (decBytes) {
|
||||
|
||||
Reference in New Issue
Block a user