1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-08 11:33:28 +00:00

Password reprompt fixes (#926)

* Hide card number when hidden

* Avoid double password prompts

* Bump jslib
This commit is contained in:
Oscar Hinton
2021-05-28 20:08:44 +02:00
committed by GitHub
parent c89da7f12b
commit c7345197f7
5 changed files with 39 additions and 14 deletions

View File

@@ -9,7 +9,7 @@
(onAddCipherOptions)="addCipherOptions()">
</app-vault-ciphers>
<app-vault-view id="details" class="details" *ngIf="cipherId && action === 'view'" [cipherId]="cipherId"
(onCloneCipher)="cloneCipher($event)" (onEditCipher)="editCipher($event)"
(onCloneCipher)="cloneCipherWithoutPasswordPrompt($event)" (onEditCipher)="editCipherWithoutPasswordPrompt($event)"
(onViewCipherPasswordHistory)="viewCipherPasswordHistory($event)" (onRestoredCipher)="restoredCipher($event)"
(onDeletedCipher)="deletedCipher($event)">
</app-vault-view>