mirror of
https://github.com/bitwarden/browser
synced 2026-01-04 01:23:57 +00:00
Add auto delete warning to trash page (#953)
* Add warning to trash page
This commit is contained in:
@@ -28,6 +28,9 @@
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<app-callout type="warning" *ngIf="deleted" icon="fa-warning">
|
||||
{{trashCleanupWarning}}
|
||||
</app-callout>
|
||||
<app-vault-ciphers (onCipherClicked)="editCipher($event)"
|
||||
(onAttachmentsClicked)="editCipherAttachments($event)" (onAddCipher)="addCipher()"
|
||||
(onShareClicked)="shareCipher($event)" (onCollectionsClicked)="editCipherCollections($event)"
|
||||
|
||||
Reference in New Issue
Block a user