Render SVG correctly

This commit is contained in:
Miguel Nogueira 2021-10-13 08:44:32 +01:00
parent 135f816dcc
commit ed9400fbc9
Signed by: miguel456
GPG Key ID: 2CF61B825316C6A0

View File

@ -105,9 +105,7 @@
<div class="row"> <div class="row">
<div class="col-3 offset-3"> <div class="col-3 offset-3">
<div class="qr-code-container text-center"> <div class="qr-code-container text-center">
{!! $twofaQRCode !!}
<img src="{{ $twofaQRCode }}" alt="2FA Security key" />
</div> </div>
</div> </div>
</div> </div>