Skip to content

Commit

Permalink
[2.x] Remove dark classes from QR Code (#788)
Browse files Browse the repository at this point in the history
* Update TwoFactorAuthenticationForm.vue

* Update two-factor-authentication-form.blade.php
  • Loading branch information
miguilimzero authored May 24, 2021
1 parent 670520e commit 7ed0cad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</p>
</div>

<div class="mt-4 dark:p-4 dark:w-56 dark:bg-white" v-html="qrCode">
<div class="mt-4" v-html="qrCode">
</div>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</p>
</div>

<div class="mt-4 dark:p-4 dark:w-56 dark:bg-white">
<div class="mt-4">
{!! $this->user->twoFactorQrCodeSvg() !!}
</div>
@endif
Expand Down

0 comments on commit 7ed0cad

Please sign in to comment.