1
0
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:
Oscar Hinton
2021-04-27 18:49:02 +02:00
committed by GitHub
parent 19f92e74f5
commit dd56c9bc87
5 changed files with 24 additions and 1 deletions

View File

@@ -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)"