Browse Source

resolve link warning on missing mac

PS-589-2fa-device-verification-settings
Kyle Spearrin 8 years ago
parent
commit
8636033159
  1. 1
      src/services/crypto.service.ts

1
src/services/crypto.service.ts

@ -483,6 +483,7 @@ export class CryptoService implements CryptoServiceInterface { @@ -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;
}

Loading…
Cancel
Save