Skip to content

Commit a20073d

Browse files
fix input name
1 parent 7dab507 commit a20073d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/desktop/src/vault/app/vault/vault.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*ngIf="cipherId && action === 'view'"
1616
[cipherId]="cipherId"
1717
[collectionId]="activeFilter?.selectedCollectionId"
18-
[passwordPrompted]="cipherRepromptId === cipherId"
18+
[masterPasswordAlreadyPrompted]="cipherRepromptId === cipherId"
1919
(onCloneCipher)="cloneCipherWithoutPasswordPrompt($event)"
2020
(onEditCipher)="editCipher($event)"
2121
(onViewCipherPasswordHistory)="viewCipherPasswordHistory($event)"

0 commit comments

Comments
 (0)