mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 15:23:33 +00:00
resolve link warning on missing mac
This commit is contained in:
@@ -483,6 +483,7 @@ export class CryptoService implements CryptoServiceInterface {
|
|||||||
const theKey = this.resolveLegacyKey(encType, keyForEnc);
|
const theKey = this.resolveLegacyKey(encType, keyForEnc);
|
||||||
|
|
||||||
if (theKey.macKey != null && macBytes == null) {
|
if (theKey.macKey != null && macBytes == null) {
|
||||||
|
// tslint:disable-next-line
|
||||||
console.error('macBytes required.');
|
console.error('macBytes required.');
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user