We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dab507 commit a20073dCopy full SHA for a20073d
apps/desktop/src/vault/app/vault/vault.component.html
@@ -15,7 +15,7 @@
15
*ngIf="cipherId && action === 'view'"
16
[cipherId]="cipherId"
17
[collectionId]="activeFilter?.selectedCollectionId"
18
- [passwordPrompted]="cipherRepromptId === cipherId"
+ [masterPasswordAlreadyPrompted]="cipherRepromptId === cipherId"
19
(onCloneCipher)="cloneCipherWithoutPasswordPrompt($event)"
20
(onEditCipher)="editCipher($event)"
21
(onViewCipherPasswordHistory)="viewCipherPasswordHistory($event)"
0 commit comments