Skip to content

Commit

Permalink
Fix non-working 2FA qr code while dark mode is on (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kovah committed Nov 17, 2022
1 parent a3592ed commit 367ff30
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@
<p class="mt-5 mb-4">@lang('settings.two_factor_setup_app')</p>

<div class="mb-4">
{!! $user->twoFactorQrCodeSvg() !!}
<div class="d-inline-block border border-5 border-white">
{!! $user->twoFactorQrCodeSvg() !!}
</div>
</div>

<details>
Expand Down

0 comments on commit 367ff30

Please sign in to comment.