mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
lint fixes
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user