mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +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…
Reference in New Issue
Block a user