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