1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-02-25 02:51:59 +01:00

resolve link warning on missing mac

This commit is contained in:
Kyle Spearrin 2018-01-18 12:14:30 -05:00
parent 0bbb118691
commit 8636033159

View File

@ -483,6 +483,7 @@ export class CryptoService implements CryptoServiceInterface {
const theKey = this.resolveLegacyKey(encType, keyForEnc);
if (theKey.macKey != null && macBytes == null) {
// tslint:disable-next-line
console.error('macBytes required.');
return null;
}