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

Add main menu copy and shortcut and context copy for totp

This commit is contained in:
Matt Gibson
2021-02-08 11:20:12 -06:00
parent ab9b87acf3
commit ba173f9da5
4 changed files with 36 additions and 2 deletions

View File

@@ -53,6 +53,6 @@ export class SendComponent extends BaseSendComponent implements OnInit {
}
get selectedSendType() {
return this.sends.find((s) => s.id === this.sendId).type;
return this.sends.find(s => s.id === this.sendId).type;
}
}