mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-28 05:10:41 +00:00
QR code warns for scanners that keep history
This commit is contained in:
+7
-2
@@ -92,8 +92,10 @@
|
||||
.qr-image {
|
||||
margin: 5px;
|
||||
}
|
||||
.qr-hint {
|
||||
.qr-hint,
|
||||
.qr-warning {
|
||||
padding: 2px;
|
||||
max-width: 150px;
|
||||
}
|
||||
.more-info {
|
||||
cursor: help;
|
||||
@@ -623,7 +625,10 @@
|
||||
<div class="qr-container hidden">
|
||||
<div class="qr-hint bg-primary" data-translate>Click field to hide QR</div>
|
||||
<div class="qr-hint bg-primary hidden" data-translate>Click field to show QR</div>
|
||||
<div class="qr-image"></div>
|
||||
<div class="qr-hider">
|
||||
<div class="qr-image"></div>
|
||||
<div class="qr-warning bg-primary" data-translate>Caution: Scanner may keep history</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="feedback-container">
|
||||
|
||||
Reference in New Issue
Block a user