1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-04 18:53:20 +00:00

moved passkeys ontop totp code to align with the add edit view (#6466)

This commit is contained in:
SmithThe4th
2023-09-29 18:02:55 -04:00
committed by GitHub
parent 0ff5c969c3
commit 02fdda42c7

View File

@@ -142,6 +142,18 @@
</button>
</div>
</div>
<!--Passkey-->
<div class="box" *ngIf="cipher.login.fido2Keys[0]">
<div class="box-content">
<div class="box-content-row text-muted">
<span class="row-label">{{ "typePasskey" | i18n }}</span>
{{ "dateCreated" | i18n }}
{{ cipher.login.fido2Keys[0].creationDate | date : "short" }}
</div>
</div>
</div>
<div
class="box-content-row box-content-row-flex totp"
[ngClass]="{ low: totpLow }"
@@ -190,7 +202,6 @@
</button>
</div>
</div>
<div class="box-content-row box-content-row-flex totp" *ngIf="showPremiumRequiredTotp">
<div class="row-main">
<span class="row-label">{{ "verificationCodeTotp" | i18n }}</span>
@@ -201,17 +212,6 @@
</span>
</div>
</div>
<!--Passkey-->
<div class="box" *ngIf="cipher.login.fido2Keys[0]">
<div class="box-content">
<div class="box-content-row text-muted">
<span class="row-label">{{ "typePasskey" | i18n }}</span>
{{ "dateCreated" | i18n }}
{{ cipher.login.fido2Keys[0].creationDate | date : "short" }}
</div>
</div>
</div>
</div>
<!-- Card -->
<div *ngIf="cipher.card">