From 02fcd1b5fca77cf28a18f037c6de69b1b936cb2a Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Fri, 31 May 2024 11:14:07 +0200 Subject: [PATCH] refactor: Remove unnecessary form class in profile index.blade.php --- resources/views/livewire/profile/index.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/livewire/profile/index.blade.php b/resources/views/livewire/profile/index.blade.php index dbe41f093..5cf547cb9 100644 --- a/resources/views/livewire/profile/index.blade.php +++ b/resources/views/livewire/profile/index.blade.php @@ -11,7 +11,7 @@ -
+

Change Password

Save @@ -91,7 +91,7 @@ @else @csrf - Configure 2FA + Configure @endif @endif