1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

uncommented cipher row

This commit is contained in:
gbubemismith
2023-08-03 23:22:47 -04:00
parent 85114105ac
commit 0a6842a0a8

View File

@@ -16,15 +16,14 @@
A site is asking for authentication, please choose one of the following credentials to use: A site is asking for authentication, please choose one of the following credentials to use:
<div class="box list"> <div class="box list">
<div class="box-content"> <div class="box-content">
<!-- <app-cipher-row <app-cipher-row
*ngFor="let cipher of ciphers" *ngFor="let cipher of ciphers"
[cipher]="cipher" [cipher]="cipher"
(onSelected)="pick(cipher)" (onSelected)="pick(cipher)"
></app-cipher-row> --> ></app-cipher-row>
</div> </div>
</div> </div>
</ng-container> </ng-container>
<p>Here herer</p>
<ng-container *ngIf="data.message.type == 'ConfirmNewCredentialRequest'"> <ng-container *ngIf="data.message.type == 'ConfirmNewCredentialRequest'">
A site wants to create the following passkey in your vault A site wants to create the following passkey in your vault
<div class="box list"> <div class="box list">