mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-20 21:01:29 +01:00
uncommented cipher row
This commit is contained in:
parent
ef6de97580
commit
1ab0310936
@ -16,15 +16,14 @@
|
||||
A site is asking for authentication, please choose one of the following credentials to use:
|
||||
<div class="box list">
|
||||
<div class="box-content">
|
||||
<!-- <app-cipher-row
|
||||
<app-cipher-row
|
||||
*ngFor="let cipher of ciphers"
|
||||
[cipher]="cipher"
|
||||
(onSelected)="pick(cipher)"
|
||||
></app-cipher-row> -->
|
||||
></app-cipher-row>
|
||||
</div>
|
||||
</div>
|
||||
</ng-container>
|
||||
<p>Here herer</p>
|
||||
<ng-container *ngIf="data.message.type == 'ConfirmNewCredentialRequest'">
|
||||
A site wants to create the following passkey in your vault
|
||||
<div class="box list">
|
||||
|
Loading…
Reference in New Issue
Block a user