Skip to content

Commit 7ed0cad

Browse files
authored
[2.x] Remove dark classes from QR Code (#788)
* Update TwoFactorAuthenticationForm.vue * Update two-factor-authentication-form.blade.php
1 parent 670520e commit 7ed0cad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: stubs/inertia/resources/js/Pages/Profile/TwoFactorAuthenticationForm.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</p>
3232
</div>
3333

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

Diff for: stubs/livewire/resources/views/profile/two-factor-authentication-form.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</p>
3131
</div>
3232

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

0 commit comments

Comments
 (0)