1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

lint fixes

This commit is contained in:
Kyle Spearrin
2018-01-25 14:57:49 -05:00
parent 6508895dcc
commit 8840f07032
2 changed files with 15 additions and 1 deletions

View File

@@ -57,7 +57,7 @@ export class ViewComponent implements OnChanges, OnDestroy {
this.isPremium = this.tokenService.getPremium();
if (this.cipher.type == CipherType.Login && this.cipher.login.totp &&
if (this.cipher.type === CipherType.Login && this.cipher.login.totp &&
(cipher.organizationUseTotp || this.isPremium)) {
await this.totpUpdateCode();
await this.totpTick();