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

get rid of two-factor image folder

This commit is contained in:
Kyle Spearrin
2017-12-07 16:10:20 -05:00
parent 1c38ff6e9a
commit c92bab9836
3 changed files with 2 additions and 2 deletions

View File

@@ -86,7 +86,7 @@
<div class="content">
<div class="two-factor-key-page">
<p>{{i18n.insertYubiKey}}</p>
<img src="../../../images/two-factor/yubikey.jpg" alt="" class="img-rounded img-responsive" />
<img src="../../../images/yubikey.jpg" alt="" class="img-rounded img-responsive" />
</div>
<div class="list">
<div class="list-section">
@@ -125,7 +125,7 @@
<p ng-if="!u2fReady">Loading...</p>
<div ng-if="u2fReady">
<p>{{i18n.insertU2f}}</p>
<img src="../../../images/two-factor/u2fkey.jpg" alt="" class="img-rounded img-responsive" />
<img src="../../../images/u2fkey.jpg" alt="" class="img-rounded img-responsive" />
</div>
</div>
<div class="list">

View File

Before

Width:  |  Height:  |  Size: 174 KiB

After

Width:  |  Height:  |  Size: 174 KiB

View File

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB