From f5cea7d9e36d14c685c79c6090327f6822842ad0 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Fri, 21 Jun 2024 13:56:07 +0200 Subject: [PATCH] refactor: Update profile index view to display 2FA QR code in a centered container --- resources/views/livewire/profile/index.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/livewire/profile/index.blade.php b/resources/views/livewire/profile/index.blade.php index b2583519b..0648016b7 100644 --- a/resources/views/livewire/profile/index.blade.php +++ b/resources/views/livewire/profile/index.blade.php @@ -40,7 +40,7 @@ Validate 2FA
-
{!! request()->user()->twoFactorQrCodeSvg() !!}
+
{!! request()->user()->twoFactorQrCodeSvg() !!}