mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
lint fixes
This commit is contained in:
@@ -194,7 +194,7 @@ angular
|
||||
md: forge.md.sha256.create()
|
||||
});
|
||||
return forge.util.encode64(encryptedBytes);
|
||||
}
|
||||
};
|
||||
|
||||
_service.decrypt = function (encValue, key, outputEncoding) {
|
||||
if (!_service.getKey() && !key) {
|
||||
@@ -253,7 +253,7 @@ angular
|
||||
});
|
||||
|
||||
return decBytes;
|
||||
}
|
||||
};
|
||||
|
||||
function computeMac(ct, iv, macKey) {
|
||||
var hmac = forge.hmac.create();
|
||||
|
||||
Reference in New Issue
Block a user