mirror of
https://github.com/bitwarden/browser
synced 2026-01-08 11:33:28 +00:00
modal component
This commit is contained in:
@@ -22,6 +22,8 @@
|
||||
(onSavedCipher)="savedCipher($event)"
|
||||
(onDeletedCipher)="deletedCipher($event)"
|
||||
(onEditAttachments)="editCipherAttachments($event)"
|
||||
(onCancelled)="cancelledAddEdit($event)">
|
||||
(onCancelled)="cancelledAddEdit($event)"
|
||||
(onGeneratePassword)="openPasswordGenerator()">
|
||||
</app-vault-add-edit>
|
||||
<ng-template #passwordGenerator></ng-template>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user