mirror of
https://github.com/bitwarden/browser.git
synced 2025-03-12 13:39:14 +01:00
parent
14b8903d9a
commit
fd1d512a0f
@ -59,9 +59,9 @@
|
|||||||
<ng-container *ngIf="selectedProviderType === providerType.Yubikey">
|
<ng-container *ngIf="selectedProviderType === providerType.Yubikey">
|
||||||
<p class="text-center">{{ "insertYubiKey" | i18n }}</p>
|
<p class="text-center">{{ "insertYubiKey" | i18n }}</p>
|
||||||
<picture>
|
<picture>
|
||||||
<source srcset="../../images/yubikey.avif" type="image/avif">
|
<source srcset="../../images/yubikey.avif" type="image/avif" />
|
||||||
<source srcset="../../images/yubikey.webp" type="image/webp">
|
<source srcset="../../images/yubikey.webp" type="image/webp" />
|
||||||
<img src="../../images/yubikey.jpg" class="rounded img-fluid mb-3" alt="">
|
<img src="../../images/yubikey.jpg" class="rounded img-fluid mb-3" alt="" />
|
||||||
</picture>
|
</picture>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="code" class="sr-only">{{ "verificationCode" | i18n }}</label>
|
<label for="code" class="sr-only">{{ "verificationCode" | i18n }}</label>
|
||||||
|
@ -17,9 +17,9 @@
|
|||||||
<img src="../images/logo-dark@2x.png" class="logo mb-2" alt="Bitwarden" />
|
<img src="../images/logo-dark@2x.png" class="logo mb-2" alt="Bitwarden" />
|
||||||
<p id="webauthn-header" class="lead text-center mx-4 mb-4"></p>
|
<p id="webauthn-header" class="lead text-center mx-4 mb-4"></p>
|
||||||
<picture>
|
<picture>
|
||||||
<source srcset="../images/u2fkey-mobile.avif" type="image/avif">
|
<source srcset="../images/u2fkey-mobile.avif" type="image/avif" />
|
||||||
<source srcset="../images/u2fkey-mobile.webp" type="image/webp">
|
<source srcset="../images/u2fkey-mobile.webp" type="image/webp" />
|
||||||
<img src="../images/u2fkey-mobile.jpg" class="rounded img-fluid">
|
<img src="../images/u2fkey-mobile.jpg" class="rounded img-fluid" />
|
||||||
</picture>
|
</picture>
|
||||||
<div class="text-center mt-4">
|
<div class="text-center mt-4">
|
||||||
<button id="webauthn-button" class="btn btn-primary btn-lg"></button>
|
<button id="webauthn-button" class="btn btn-primary btn-lg"></button>
|
||||||
|
@ -7,9 +7,9 @@
|
|||||||
|
|
||||||
<body style="background: transparent">
|
<body style="background: transparent">
|
||||||
<picture>
|
<picture>
|
||||||
<source srcset="../images/u2fkey.avif" type="image/avif">
|
<source srcset="../images/u2fkey.avif" type="image/avif" />
|
||||||
<source srcset="../images/u2fkey.webp" type="image/webp">
|
<source srcset="../images/u2fkey.webp" type="image/webp" />
|
||||||
<img src="../images/u2fkey.jpg" class="rounded img-fluid mb-3">
|
<img src="../images/u2fkey.jpg" class="rounded img-fluid mb-3" />
|
||||||
</picture>
|
</picture>
|
||||||
<div class="text-center">
|
<div class="text-center">
|
||||||
<button id="webauthn-button" class="btn btn-primary"></button>
|
<button id="webauthn-button" class="btn btn-primary"></button>
|
||||||
|
Loading…
Reference in New Issue
Block a user