1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 01:33:33 +00:00

Add trailing comma to linter

This commit is contained in:
Matt Gibson
2021-02-08 12:58:44 -06:00
parent ba173f9da5
commit 113c035152
4 changed files with 17 additions and 5 deletions

View File

@@ -328,7 +328,7 @@ export class VaultComponent implements OnInit, OnDestroy {
click: async () => {
const value = await this.totpService.getCode(cipher.login.totp);
this.copyValue(value, 'verificationCodeTotp');
}
},
}));
}
break;