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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user