mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-18 13:05:42 +00:00
CSS fix for 2FA token (#5000)
- Enforce white background for the QR code
This commit is contained in:
@ -14,7 +14,7 @@
|
||||
{% trans 'Scan the QR code below with a token generator of your choice (for instance Google Authenticator).' %}
|
||||
</p>
|
||||
|
||||
<div class="bg-light rounded">
|
||||
<div class="bg-qr-code rounded">
|
||||
<img src="{{ qr_code_url }}" alt="{% trans 'QC Code' %}" class="mx-auto d-block"/>
|
||||
</div>
|
||||
<br>
|
||||
|
Reference in New Issue
Block a user