1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00:00

[EC-598] fix: send correct excluded cipher ids

This commit is contained in:
Andreas Coroiu
2023-04-05 16:47:48 +02:00
parent 034f16f29e
commit 2992142681
2 changed files with 19 additions and 22 deletions

View File

@@ -41,11 +41,7 @@
A passkey already exists in Bitwarden for this account
<div class="box list">
<div class="box-content">
<app-cipher-row
*ngFor="let cipher of ciphers"
[cipher]="cipher"
(onSelected)="pick(cipher)"
></app-cipher-row>
<app-cipher-row *ngFor="let cipher of ciphers" [cipher]="cipher"></app-cipher-row>
</div>
</div>
</ng-container>