mirror of
https://github.com/bitwarden/clients.git
synced 2026-06-28 21:01:38 +08:00
This commit is contained in:
parent
c88f9a4140
commit
3f4032011a
@ -240,6 +240,7 @@ export class ViewComponent extends BaseViewComponent {
|
||||
|
||||
async delete() {
|
||||
if (await super.delete()) {
|
||||
this.messagingService.send("deletedCipher");
|
||||
this.close();
|
||||
return true;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user