mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
send deletedCipher message
This commit is contained in:
@@ -298,6 +298,7 @@ export class AddEditComponent implements OnInit {
|
||||
this.platformUtilsService.eventTrack('Deleted Cipher');
|
||||
this.platformUtilsService.showToast('success', null, this.i18nService.t('deletedItem'));
|
||||
this.onDeletedCipher.emit(this.cipher);
|
||||
this.messagingService.send('deletedCipher');
|
||||
} catch { }
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user