mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 09:35:49 +02:00
Correctly render the Google Auth QRCode in darkmode
This commit is contained in:
parent
08c97282a3
commit
4a8480edce
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
|||
|
||||
<div class="offset-sm-3 row">
|
||||
<div class="col-sm-3">
|
||||
<img width="100%" class="img-fluid" alt="{{ tfa_google.qrContent }}" src="{{ barcode_svg(tfa_google.qrContent) | data_uri("image/svg+xml") }}">
|
||||
<img width="100%" class="img-fluid bg-white p-2" alt="{{ tfa_google.qrContent }}" src="{{ barcode_svg(tfa_google.qrContent) | data_uri("image/svg+xml") }}">
|
||||
</div>
|
||||
<div class="col-sm-9 my-auto">
|
||||
<ol class="">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue