mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 20:46:47 +00:00
more contrast for the qr
This commit is contained in:
parent
6404764025
commit
58bc677029
@ -14,7 +14,10 @@
|
|||||||
{% trans 'Scan the QR code below with a token generator of your choice (for instance Google Authenticator).' %}
|
{% trans 'Scan the QR code below with a token generator of your choice (for instance Google Authenticator).' %}
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<img src="{{ qr_code_url }}" />
|
<div class="bg-light rounded">
|
||||||
|
<img src="{{ qr_code_url }}" class="mx-auto d-block"/>
|
||||||
|
</div>
|
||||||
|
<br>
|
||||||
|
|
||||||
<h4>
|
<h4>
|
||||||
{% trans 'Step 2' %}:
|
{% trans 'Step 2' %}:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user