diff --git a/stubs/inertia/resources/js/Pages/Profile/Partials/TwoFactorAuthenticationForm.vue b/stubs/inertia/resources/js/Pages/Profile/Partials/TwoFactorAuthenticationForm.vue index e1f55bfa7..f7c6754f2 100644 --- a/stubs/inertia/resources/js/Pages/Profile/Partials/TwoFactorAuthenticationForm.vue +++ b/stubs/inertia/resources/js/Pages/Profile/Partials/TwoFactorAuthenticationForm.vue @@ -144,7 +144,7 @@ const disableTwoFactorAuthentication = () => {

-
+

diff --git a/stubs/livewire/resources/views/profile/two-factor-authentication-form.blade.php b/stubs/livewire/resources/views/profile/two-factor-authentication-form.blade.php index db74b7d0e..1dec2d0ce 100644 --- a/stubs/livewire/resources/views/profile/two-factor-authentication-form.blade.php +++ b/stubs/livewire/resources/views/profile/two-factor-authentication-form.blade.php @@ -38,7 +38,7 @@

-
+
{!! $this->user->twoFactorQrCodeSvg() !!}