diff --git a/InvenTree/InvenTree/static/css/inventree.css b/InvenTree/InvenTree/static/css/inventree.css index cac997df90..8bc36c3d70 100644 --- a/InvenTree/InvenTree/static/css/inventree.css +++ b/InvenTree/InvenTree/static/css/inventree.css @@ -105,6 +105,10 @@ main { font-size: 110%; } +.bg-qr-code { + background-color: #FFF !important; +} + .qr-code { max-width: 400px; max-height: 400px; diff --git a/InvenTree/templates/allauth_2fa/setup.html b/InvenTree/templates/allauth_2fa/setup.html index 1fd4635fc0..556313af85 100644 --- a/InvenTree/templates/allauth_2fa/setup.html +++ b/InvenTree/templates/allauth_2fa/setup.html @@ -14,7 +14,7 @@ {% trans 'Scan the QR code below with a token generator of your choice (for instance Google Authenticator).' %}

-
+
{% trans 'QC Code' %}